{
    "name": "Tools Mate",
    "description": "",
    "url": "https:\/\/toolsmate.online",
    "home": "https:\/\/toolsmate.online\/ru",
    "gmt_offset": "0",
    "timezone_string": "",
    "page_for_posts": 0,
    "page_on_front": 143,
    "show_on_front": "page",
    "namespaces": [
        "oembed\/1.0",
        "bing-url-submission\/v_1.0.13",
        "yoast\/v1",
        "kb-mailerlite\/v1",
        "kb-getresponse\/v1",
        "kb-fluentcrm\/v1",
        "kbp\/v1",
        "kb-lottieanimation\/v1",
        "kb-vector\/v1",
        "kb-design-library\/v1",
        "kb-image-picker\/v1",
        "kbpp\/v1",
        "kb-custom-svg\/v1",
        "kb-mailchimp\/v1",
        "kb-activecampaign\/v1",
        "kb-sendinblue\/v1",
        "kbp-dynamic\/v1",
        "kb-convertkit\/v1",
        "wp-rocket\/v1",
        "ktp\/v1",
        "google-site-kit\/v1",
        "wp\/v2",
        "wp-site-health\/v1",
        "wp-block-editor\/v1"
    ],
    "authentication": {
        "application-passwords": {
            "endpoints": {
                "authorization": "https:\/\/toolsmate.online\/wp-admin\/authorize-application.php"
            }
        }
    },
    "routes": {
        "\/": {
            "namespace": "",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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:\/\/toolsmate.online\/ru\/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:\/\/toolsmate.online\/ru\/wp-json\/oembed\/1.0"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/embed": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "URL \u0440\u0435\u0441\u0443\u0440\u0441\u0430 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f oEmbed \u0434\u0430\u043d\u043d\u044b\u0445.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "default": "json",
                            "required": false
                        },
                        "maxwidth": {
                            "default": 600,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/oembed\/1.0\/embed"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/proxy": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "URL \u0440\u0435\u0441\u0443\u0440\u0441\u0430 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f oEmbed \u0434\u0430\u043d\u043d\u044b\u0445.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "description": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 oEmbed.",
                            "type": "string",
                            "default": "json",
                            "enum": [
                                "json",
                                "xml"
                            ],
                            "required": false
                        },
                        "maxwidth": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0448\u0438\u0440\u0438\u043d\u0430 \u0432\u043d\u0435\u0434\u0440\u044f\u0435\u043c\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u0432 \u043f\u0438\u043a\u0441\u0435\u043b\u044f\u0445. ",
                            "type": "integer",
                            "default": 600,
                            "required": false
                        },
                        "maxheight": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0432\u044b\u0441\u043e\u0442\u0430 \u0432\u043d\u0435\u0434\u0440\u044f\u0435\u043c\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u0432 \u043f\u0438\u043a\u0441\u0435\u043b\u044f\u0445.",
                            "type": "integer",
                            "required": false
                        },
                        "discover": {
                            "description": "\u041f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u044c \u043b\u0438 \u043f\u043e\u0438\u0441\u043a\u043e\u0432\u044b\u0439 \u0437\u0430\u043f\u0440\u043e\u0441 oEmbed \u0434\u043b\u044f \u043f\u0440\u043e\u0432\u0430\u0439\u0434\u0435\u0440\u043e\u0432 \u043d\u0435 \u0438\u0437 \u0431\u0435\u043b\u043e\u0433\u043e \u0441\u043f\u0438\u0441\u043a\u0430.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/oembed\/1.0\/proxy"
                    }
                ]
            }
        },
        "\/bing-url-submission\/v_1.0.13": {
            "namespace": "bing-url-submission\/v_1.0.13",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "bing-url-submission\/v_1.0.13",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/bing-url-submission\/v_1.0.13"
                    }
                ]
            }
        },
        "\/bing-url-submission\/v_1.0.13\/apiKey": {
            "namespace": "bing-url-submission\/v_1.0.13",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/bing-url-submission\/v_1.0.13\/apiKey"
                    }
                ]
            }
        },
        "\/bing-url-submission\/v_1.0.13\/apiKeyValidity": {
            "namespace": "bing-url-submission\/v_1.0.13",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/bing-url-submission\/v_1.0.13\/apiKeyValidity"
                    }
                ]
            }
        },
        "\/bing-url-submission\/v_1.0.13\/apiSettings": {
            "namespace": "bing-url-submission\/v_1.0.13",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/bing-url-submission\/v_1.0.13\/apiSettings"
                    }
                ]
            }
        },
        "\/bing-url-submission\/v_1.0.13\/automaticSubmission": {
            "namespace": "bing-url-submission\/v_1.0.13",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/bing-url-submission\/v_1.0.13\/automaticSubmission"
                    }
                ]
            }
        },
        "\/bing-url-submission\/v_1.0.13\/submitUrl": {
            "namespace": "bing-url-submission\/v_1.0.13",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/bing-url-submission\/v_1.0.13\/submitUrl"
                    }
                ]
            }
        },
        "\/bing-url-submission\/v_1.0.13\/getStats": {
            "namespace": "bing-url-submission\/v_1.0.13",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/bing-url-submission\/v_1.0.13\/getStats"
                    }
                ]
            }
        },
        "\/bing-url-submission\/v_1.0.13\/allSubmissions": {
            "namespace": "bing-url-submission\/v_1.0.13",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/bing-url-submission\/v_1.0.13\/allSubmissions"
                    }
                ]
            }
        },
        "\/bing-url-submission\/v_1.0.13\/deleteSubmissions": {
            "namespace": "bing-url-submission\/v_1.0.13",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/bing-url-submission\/v_1.0.13\/deleteSubmissions"
                    }
                ]
            }
        },
        "\/yoast\/v1": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "yoast\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1"
                    }
                ]
            }
        },
        "\/yoast\/v1\/file_size": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "type": "string",
                            "description": "The url to retrieve",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/file_size"
                    }
                ]
            }
        },
        "\/yoast\/v1\/statistics": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/statistics"
                    }
                ]
            }
        },
        "\/yoast\/v1\/ai_generator\/callback": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "access_jwt": {
                            "type": "string",
                            "description": "The access JWT.",
                            "required": true
                        },
                        "refresh_jwt": {
                            "type": "string",
                            "description": "The JWT to be used when the access JWT needs to be refreshed.",
                            "required": true
                        },
                        "code_challenge": {
                            "type": "string",
                            "description": "The SHA266 of the verification code used to check the authenticity of a callback call.",
                            "required": true
                        },
                        "user_id": {
                            "type": "integer",
                            "description": "The id of the user associated to the code verifier.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/ai_generator\/callback"
                    }
                ]
            }
        },
        "\/yoast\/v1\/ai_generator\/refresh_callback": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "access_jwt": {
                            "type": "string",
                            "description": "The access JWT.",
                            "required": true
                        },
                        "refresh_jwt": {
                            "type": "string",
                            "description": "The JWT to be used when the access JWT needs to be refreshed.",
                            "required": true
                        },
                        "code_challenge": {
                            "type": "string",
                            "description": "The SHA266 of the verification code used to check the authenticity of a callback call.",
                            "required": true
                        },
                        "user_id": {
                            "type": "integer",
                            "description": "The id of the user associated to the code verifier.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/ai_generator\/refresh_callback"
                    }
                ]
            }
        },
        "\/yoast\/v1\/ai_generator\/consent": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "consent": {
                            "type": "boolean",
                            "description": "Whether the consent to use AI-based services has been given by the user.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/ai_generator\/consent"
                    }
                ]
            }
        },
        "\/yoast\/v1\/ai\/free_sparks": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/ai\/free_sparks"
                    }
                ]
            }
        },
        "\/yoast\/v1\/ai_generator\/bust_subscription_cache": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/ai_generator\/bust_subscription_cache"
                    }
                ]
            }
        },
        "\/yoast\/v1\/ai_generator\/get_suggestions": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "enum": [
                                "seo-title",
                                "meta-description",
                                "product-seo-title",
                                "product-meta-description",
                                "product-taxonomy-seo-title",
                                "product-taxonomy-meta-description",
                                "taxonomy-seo-title",
                                "taxonomy-meta-description"
                            ],
                            "description": "The type of suggestion requested.",
                            "required": true
                        },
                        "prompt_content": {
                            "type": "string",
                            "description": "The content needed by the prompt to ask for suggestions.",
                            "required": true
                        },
                        "focus_keyphrase": {
                            "type": "string",
                            "description": "The focus keyphrase associated to the post.",
                            "required": true
                        },
                        "language": {
                            "type": "string",
                            "description": "The language the post is written in.",
                            "required": true
                        },
                        "platform": {
                            "type": "string",
                            "enum": [
                                "Google",
                                "Facebook",
                                "Twitter"
                            ],
                            "description": "The platform the post is intended for.",
                            "required": true
                        },
                        "editor": {
                            "type": "string",
                            "enum": [
                                "classic",
                                "elementor",
                                "gutenberg"
                            ],
                            "description": "The current editor.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/ai_generator\/get_suggestions"
                    }
                ]
            }
        },
        "\/yoast\/v1\/ai_generator\/get_usage": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "is_woo_product_entity": {
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/ai_generator\/get_usage"
                    }
                ]
            }
        },
        "\/yoast\/v1\/new-content-type-visibility\/dismiss-post-type": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "postTypeName": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/new-content-type-visibility\/dismiss-post-type"
                    }
                ]
            }
        },
        "\/yoast\/v1\/new-content-type-visibility\/dismiss-taxonomy": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "taxonomyName": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/new-content-type-visibility\/dismiss-taxonomy"
                    }
                ]
            }
        },
        "\/yoast\/v1\/site_kit_configuration_permanent_dismissal": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "is_dismissed": {
                            "type": "bool",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/site_kit_configuration_permanent_dismissal"
                    }
                ]
            }
        },
        "\/yoast\/v1\/site_kit_manage_consent": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "consent": {
                            "type": "bool",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/site_kit_manage_consent"
                    }
                ]
            }
        },
        "\/yoast\/v1\/readability_scores": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "contentType": {
                            "type": "string",
                            "required": true
                        },
                        "taxonomy": {
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "term": {
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "troubleshooting": {
                            "type": "bool",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/readability_scores"
                    }
                ]
            }
        },
        "\/yoast\/v1\/seo_scores": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "contentType": {
                            "type": "string",
                            "required": true
                        },
                        "taxonomy": {
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "term": {
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "troubleshooting": {
                            "type": "bool",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/seo_scores"
                    }
                ]
            }
        },
        "\/yoast\/v1\/time_based_seo_metrics": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "limit": {
                            "type": "int",
                            "default": 5,
                            "required": false
                        },
                        "options": {
                            "type": "object",
                            "properties": {
                                "widget": {
                                    "type": "string",
                                    "required": true,
                                    "sanitize_callback": "sanitize_text_field"
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/time_based_seo_metrics"
                    }
                ]
            }
        },
        "\/yoast\/v1\/setup_steps_tracking": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "setup_widget_loaded": {
                            "type": "string",
                            "enum": [
                                "yes",
                                "no"
                            ],
                            "required": false
                        },
                        "first_interaction_stage": {
                            "type": "string",
                            "enum": [
                                "install",
                                "activate",
                                "setup",
                                "grantConsent",
                                "successfullyConnected"
                            ],
                            "required": false
                        },
                        "last_interaction_stage": {
                            "type": "string",
                            "enum": [
                                "install",
                                "activate",
                                "setup",
                                "grantConsent",
                                "successfullyConnected"
                            ],
                            "required": false
                        },
                        "setup_widget_temporarily_dismissed": {
                            "type": "string",
                            "enum": [
                                "yes",
                                "no"
                            ],
                            "required": false
                        },
                        "setup_widget_permanently_dismissed": {
                            "type": "string",
                            "enum": [
                                "yes",
                                "no"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/setup_steps_tracking"
                    }
                ]
            }
        },
        "\/yoast\/v1\/introductions\/(?P<introduction_id>[\\w-]+)\/seen": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "introduction_id": {
                            "type": "string",
                            "required": true
                        },
                        "is_seen": {
                            "type": "bool",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/yoast\/v1\/wistia_embed_permission": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "value": {
                            "type": "bool",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/wistia_embed_permission"
                    }
                ]
            }
        },
        "\/yoast\/v1\/available_posts": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "search": {
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "postType": {
                            "type": "string",
                            "default": "page",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/available_posts"
                    }
                ]
            }
        },
        "\/yoast\/v1\/alerts\/dismiss": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "key": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/alerts\/dismiss"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/site_representation": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "company_or_person": {
                            "type": "string",
                            "enum": [
                                "company",
                                "person"
                            ],
                            "required": true
                        },
                        "company_name": {
                            "type": "string",
                            "required": false
                        },
                        "company_logo": {
                            "type": "string",
                            "required": false
                        },
                        "company_logo_id": {
                            "type": "integer",
                            "required": false
                        },
                        "person_logo": {
                            "type": "string",
                            "required": false
                        },
                        "person_logo_id": {
                            "type": "integer",
                            "required": false
                        },
                        "company_or_person_user_id": {
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/configuration\/site_representation"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/social_profiles": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "facebook_site": {
                            "type": "string",
                            "required": false
                        },
                        "twitter_site": {
                            "type": "string",
                            "required": false
                        },
                        "other_social_urls": {
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/configuration\/social_profiles"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/check_capability": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "user_id": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/configuration\/check_capability"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/enable_tracking": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "tracking": {
                            "type": "boolean",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/configuration\/enable_tracking"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/save_configuration_state": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "finishedSteps": {
                            "type": "array",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/configuration\/save_configuration_state"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/get_configuration_state": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/configuration\/get_configuration_state"
                    }
                ]
            }
        },
        "\/yoast\/v1\/import\/(?P<plugin>[\\w-]+)\/(?P<type>[\\w-]+)": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/yoast\/v1\/get_head": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/get_head"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/posts": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/indexing\/posts"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/terms": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/indexing\/terms"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/post-type-archives": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/indexing\/post-type-archives"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/general": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/indexing\/general"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/prepare": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/indexing\/prepare"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/indexables-complete": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/indexing\/indexables-complete"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/complete": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/indexing\/complete"
                    }
                ]
            }
        },
        "\/yoast\/v1\/link-indexing\/posts": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/link-indexing\/posts"
                    }
                ]
            }
        },
        "\/yoast\/v1\/link-indexing\/terms": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/link-indexing\/terms"
                    }
                ]
            }
        },
        "\/yoast\/v1\/integrations\/set_active": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "active": {
                            "type": "boolean",
                            "required": true
                        },
                        "integration": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/integrations\/set_active"
                    }
                ]
            }
        },
        "\/yoast\/v1\/meta\/search": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/meta\/search"
                    }
                ]
            }
        },
        "\/yoast\/v1\/semrush\/authenticate": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/semrush\/authenticate"
                    }
                ]
            }
        },
        "\/yoast\/v1\/semrush\/country_code": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country_code": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/semrush\/country_code"
                    }
                ]
            }
        },
        "\/yoast\/v1\/semrush\/related_keyphrases": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "keyphrase": {
                            "required": true
                        },
                        "country_code": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/semrush\/related_keyphrases"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/authorization-url": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/wincher\/authorization-url"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/authenticate": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "required": true
                        },
                        "websiteId": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/wincher\/authenticate"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/keyphrases\/track": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "keyphrases": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/wincher\/keyphrases\/track"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/keyphrases": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "keyphrases": {
                            "required": false
                        },
                        "permalink": {
                            "required": false
                        },
                        "startAt": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/wincher\/keyphrases"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/keyphrases\/untrack": {
            "namespace": "yoast\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/wincher\/keyphrases\/untrack"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/account\/limit": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/wincher\/account\/limit"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/account\/upgrade-campaign": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/wincher\/account\/upgrade-campaign"
                    }
                ]
            }
        },
        "\/yoast\/v1\/workouts": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/yoast\/v1\/workouts"
                    }
                ]
            }
        },
        "\/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:\/\/toolsmate.online\/ru\/wp-json\/kb-mailerlite\/v1"
                    }
                ]
            }
        },
        "\/kb-mailerlite\/v1\/get": {
            "namespace": "kb-mailerlite\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "apikey": {
                            "description": "API \u043a\u043b\u044e\u0447 \u0434\u043b\u044f \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u0430 Mailerlite.",
                            "type": "string",
                            "required": false
                        },
                        "endpoint": {
                            "description": "\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0430\u044f \u043a\u043e\u043d\u0435\u0447\u043d\u0430\u044f \u0442\u043e\u0447\u043a\u0430 \u0434\u043b\u044f \u0432\u044b\u0437\u043e\u0432\u0430 api.",
                            "type": "string",
                            "required": false
                        },
                        "queryargs": {
                            "description": "\u0410\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u044b \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0434\u043b\u044f url.",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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:\/\/toolsmate.online\/ru\/wp-json\/kb-getresponse\/v1"
                    }
                ]
            }
        },
        "\/kb-getresponse\/v1\/get": {
            "namespace": "kb-getresponse\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "endpoint": {
                            "description": "\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0430\u044f \u043a\u043e\u043d\u0435\u0447\u043d\u0430\u044f \u0442\u043e\u0447\u043a\u0430 \u0434\u043b\u044f \u0432\u044b\u0437\u043e\u0432\u0430 api.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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:\/\/toolsmate.online\/ru\/wp-json\/kb-fluentcrm\/v1"
                    }
                ]
            }
        },
        "\/kb-fluentcrm\/v1\/get": {
            "namespace": "kb-fluentcrm\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "endpoint": {
                            "description": "\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0430\u044f \u043a\u043e\u043d\u0435\u0447\u043d\u0430\u044f \u0442\u043e\u0447\u043a\u0430 \u0434\u043b\u044f \u0432\u044b\u0437\u043e\u0432\u0430 api.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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:\/\/toolsmate.online\/ru\/wp-json\/kbp\/v1"
                    }
                ]
            }
        },
        "\/kbp\/v1\/post-query": {
            "namespace": "kbp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u044b\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432.",
                            "type": "number",
                            "default": 25,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u0442\u0438\u043f\u0430 \u0437\u0430\u043f\u0438\u0441\u0435\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "include": {
                            "description": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u043e ID.",
                            "type": "array",
                            "required": false
                        },
                        "query": {
                            "description": "\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u0442\u0438\u043f \u0437\u0430\u043f\u0440\u043e\u0441\u043e\u0432.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u043f\u043e\u0440\u044f\u0434\u043e\u043a \u0437\u0430\u043f\u0440\u043e\u0441\u043e\u0432.",
                            "type": "string",
                            "required": false
                        },
                        "order_by": {
                            "description": "\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u043f\u043e\u0440\u044f\u0434\u043e\u043a \u0437\u0430\u043f\u0440\u043e\u0441\u043e\u0432.",
                            "type": "string",
                            "required": false
                        },
                        "allow_sticky": {
                            "description": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0437\u0430\u043a\u0440\u0435\u043f\u043b\u0435\u043d\u043d\u044b\u0435 \u0432 \u0437\u0430\u043f\u0440\u043e\u0441\u0435.",
                            "type": "boolean",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0418\u0441\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e.",
                            "type": "string",
                            "required": false
                        },
                        "offset": {
                            "description": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0434\u043b\u044f \u0441\u043c\u0435\u0449\u0435\u043d\u0438\u044f \u0432 \u0437\u0430\u043f\u0440\u043e\u0441\u0435.",
                            "type": "number",
                            "default": 0,
                            "required": false
                        },
                        "post_id": {
                            "description": "ID \u0442\u0435\u043a\u0443\u0449\u0435\u0439 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        },
                        "custom_tax": {
                            "description": "\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u043b\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0430\u044f \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u044f",
                            "type": "boolean",
                            "required": false
                        },
                        "tax_type": {
                            "description": "\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u043f\u043e\u0440\u044f\u0434\u043e\u043a \u0437\u0430\u043f\u0440\u043e\u0441\u043e\u0432.",
                            "type": "string",
                            "required": false
                        },
                        "category": {
                            "description": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0435\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "tags": {
                            "description": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0442\u0435\u0433\u0438 \u0437\u0430\u043f\u0438\u0441\u0435\u0439.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kbp\/v1\/post-query"
                    }
                ]
            }
        },
        "\/kbp\/v1\/taxonomies-select": {
            "namespace": "kbp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Page of results to return.",
                            "type": "number",
                            "default": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u044b\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432.",
                            "type": "number",
                            "default": 25,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kbp\/v1\/taxonomies-select"
                    }
                ]
            }
        },
        "\/kbp\/v1\/term-select": {
            "namespace": "kbp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Page of results to return.",
                            "type": "number",
                            "default": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u044b\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432.",
                            "type": "number",
                            "default": 25,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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:\/\/toolsmate.online\/ru\/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:\/\/toolsmate.online\/ru\/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:\/\/toolsmate.online\/ru\/wp-json\/kb-vector\/v1"
                    }
                ]
            }
        },
        "\/kb-vector\/v1\/vectors": {
            "namespace": "kb-vector\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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:\/\/toolsmate.online\/ru\/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": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "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:\/\/toolsmate.online\/ru\/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": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "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:\/\/toolsmate.online\/ru\/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": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "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:\/\/toolsmate.online\/ru\/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": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "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:\/\/toolsmate.online\/ru\/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": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "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:\/\/toolsmate.online\/ru\/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": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "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:\/\/toolsmate.online\/ru\/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": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "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:\/\/toolsmate.online\/ru\/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": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "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:\/\/toolsmate.online\/ru\/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": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "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:\/\/toolsmate.online\/ru\/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": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "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:\/\/toolsmate.online\/ru\/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": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "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:\/\/toolsmate.online\/ru\/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": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "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:\/\/toolsmate.online\/ru\/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": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "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:\/\/toolsmate.online\/ru\/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": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "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:\/\/toolsmate.online\/ru\/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": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "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:\/\/toolsmate.online\/ru\/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": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "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:\/\/toolsmate.online\/ru\/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": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "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:\/\/toolsmate.online\/ru\/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": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "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:\/\/toolsmate.online\/ru\/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": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "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:\/\/toolsmate.online\/ru\/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:\/\/toolsmate.online\/ru\/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": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "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:\/\/toolsmate.online\/ru\/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:\/\/toolsmate.online\/ru\/wp-json\/kb-design-library\/v1\/handle_event"
                    }
                ]
            }
        },
        "\/kbpp\/v1": {
            "namespace": "kbpp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kbpp\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kbpp\/v1"
                    }
                ]
            }
        },
        "\/kbpp\/v1\/post-select": {
            "namespace": "kbpp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Page of results to return.",
                            "type": "number",
                            "default": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results to return.",
                            "type": "number",
                            "default": 25,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to items that match search query.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Limit results to items of an object type.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "post",
                                "page"
                            ],
                            "required": false
                        },
                        "include": {
                            "description": "Include posts by ID.",
                            "type": "array",
                            "required": false
                        },
                        "categories": {
                            "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tags": {
                            "description": "Limit result set to all items that have the specified term assigned in the tags taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kbpp\/v1\/post-select"
                    }
                ]
            }
        },
        "\/kbpp\/v1\/post-query": {
            "namespace": "kbpp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results to return.",
                            "type": "number",
                            "default": 25,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Limit results to items of a specific post type.",
                            "type": "string",
                            "required": false
                        },
                        "include": {
                            "description": "Include posts by ID.",
                            "type": "array",
                            "required": false
                        },
                        "query": {
                            "description": "Define Type of Query.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Define Query Order.",
                            "type": "string",
                            "required": false
                        },
                        "order_by": {
                            "description": "Define Query Order By.",
                            "type": "string",
                            "required": false
                        },
                        "allow_sticky": {
                            "description": "Allow Sticky in Query.",
                            "type": "boolean",
                            "required": false
                        },
                        "exclude": {
                            "description": "Exclude Category.",
                            "type": "string",
                            "required": false
                        },
                        "offset": {
                            "description": "Number of items to offset in query.",
                            "type": "number",
                            "default": 0,
                            "required": false
                        },
                        "post_tax": {
                            "description": "Check if using a custom Taxonomy",
                            "type": "boolean",
                            "required": false
                        },
                        "tax_type": {
                            "description": "Define Query Order By.",
                            "type": "string",
                            "required": false
                        },
                        "category": {
                            "description": "Include posts category.",
                            "type": "string",
                            "required": false
                        },
                        "author": {
                            "description": "Include posts by Author",
                            "type": "string",
                            "required": false
                        },
                        "tags": {
                            "description": "Include posts tags.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kbpp\/v1\/post-query"
                    }
                ]
            }
        },
        "\/kbpp\/v1\/tax-query": {
            "namespace": "kbpp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Limit results to items of a specific post type.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kbpp\/v1\/tax-query"
                    }
                ]
            }
        },
        "\/kbpp\/v1\/term-query": {
            "namespace": "kbpp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "tax_type": {
                            "description": "Taxonomy Type.",
                            "type": "string",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "current",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kbpp\/v1\/term-query"
                    }
                ]
            }
        },
        "\/kb-custom-svg\/v1": {
            "namespace": "kb-custom-svg\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kb-custom-svg\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kb-custom-svg\/v1"
                    }
                ]
            }
        },
        "\/kb-custom-svg\/v1\/manage": {
            "namespace": "kb-custom-svg\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kb-custom-svg\/v1\/manage"
                    }
                ]
            }
        },
        "\/kb-custom-svg\/v1\/search": {
            "namespace": "kb-custom-svg\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kb-custom-svg\/v1\/search"
                    }
                ]
            }
        },
        "\/kb-custom-svg\/v1\/search\/add": {
            "namespace": "kb-custom-svg\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kb-custom-svg\/v1\/search\/add"
                    }
                ]
            }
        },
        "\/kb-mailchimp\/v1": {
            "namespace": "kb-mailchimp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kb-mailchimp\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kb-mailchimp\/v1"
                    }
                ]
            }
        },
        "\/kb-mailchimp\/v1\/get": {
            "namespace": "kb-mailchimp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "apikey": {
                            "description": "The API Key for mailchimp account.",
                            "type": "string",
                            "required": false
                        },
                        "endpoint": {
                            "description": "Actionable endpoint for api call.",
                            "type": "string",
                            "required": false
                        },
                        "queryargs": {
                            "description": "Query Args for url.",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kb-mailchimp\/v1\/get"
                    }
                ]
            }
        },
        "\/kb-activecampaign\/v1": {
            "namespace": "kb-activecampaign\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kb-activecampaign\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kb-activecampaign\/v1"
                    }
                ]
            }
        },
        "\/kb-activecampaign\/v1\/get": {
            "namespace": "kb-activecampaign\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "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:\/\/toolsmate.online\/ru\/wp-json\/kb-activecampaign\/v1\/get"
                    }
                ]
            }
        },
        "\/kb-sendinblue\/v1": {
            "namespace": "kb-sendinblue\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kb-sendinblue\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kb-sendinblue\/v1"
                    }
                ]
            }
        },
        "\/kb-sendinblue\/v1\/get": {
            "namespace": "kb-sendinblue\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "apikey": {
                            "description": "The API Key for Brevo (SendInBlue ) account.",
                            "type": "string",
                            "required": false
                        },
                        "endpoint": {
                            "description": "Actionable endpoint for api call.",
                            "type": "string",
                            "required": false
                        },
                        "queryargs": {
                            "description": "Query Args for url.",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kb-sendinblue\/v1\/get"
                    }
                ]
            }
        },
        "\/kbp-dynamic\/v1": {
            "namespace": "kbp-dynamic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kbp-dynamic\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kbp-dynamic\/v1"
                    }
                ]
            }
        },
        "\/kbp-dynamic\/v1\/render": {
            "namespace": "kbp-dynamic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "origin": {
                            "description": "The origin of content.",
                            "type": "string",
                            "default": "core",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "current",
                            "required": false
                        },
                        "group": {
                            "description": "The group for source.",
                            "type": "string",
                            "default": "post",
                            "required": false
                        },
                        "field": {
                            "description": "The dynamic field",
                            "type": "string",
                            "required": false
                        },
                        "custom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "para": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "force_string": {
                            "description": "For a string return",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ignore_source": {
                            "description": "Fetch all fields",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "before": {
                            "description": "Text Before Item.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Text After Item.",
                            "type": "string",
                            "required": false
                        },
                        "fallback": {
                            "description": "Fallback.",
                            "type": "string",
                            "required": false
                        },
                        "current": {
                            "description": "If the content is current.",
                            "type": "string",
                            "required": false
                        },
                        "relcustom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "relate": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "useRepeaterContext": {
                            "description": "If this dynamic content should be rendered in repeater context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "repeaterRow": {
                            "description": "The repeater row to use for repeater context.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kbp-dynamic\/v1\/render"
                    }
                ]
            }
        },
        "\/kbp-dynamic\/v1\/image_render": {
            "namespace": "kbp-dynamic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "origin": {
                            "description": "The origin of content.",
                            "type": "string",
                            "default": "core",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "current",
                            "required": false
                        },
                        "group": {
                            "description": "The group for source.",
                            "type": "string",
                            "default": "post",
                            "required": false
                        },
                        "field": {
                            "description": "The dynamic field",
                            "type": "string",
                            "required": false
                        },
                        "custom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "para": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "force_string": {
                            "description": "For a string return",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ignore_source": {
                            "description": "Fetch all fields",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "before": {
                            "description": "Text Before Item.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Text After Item.",
                            "type": "string",
                            "required": false
                        },
                        "fallback": {
                            "description": "Fallback.",
                            "type": "string",
                            "required": false
                        },
                        "current": {
                            "description": "If the content is current.",
                            "type": "string",
                            "required": false
                        },
                        "relcustom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "relate": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "useRepeaterContext": {
                            "description": "If this dynamic content should be rendered in repeater context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "repeaterRow": {
                            "description": "The repeater row to use for repeater context.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kbp-dynamic\/v1\/image_render"
                    }
                ]
            }
        },
        "\/kbp-dynamic\/v1\/image_data": {
            "namespace": "kbp-dynamic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "origin": {
                            "description": "The origin of content.",
                            "type": "string",
                            "default": "core",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "current",
                            "required": false
                        },
                        "group": {
                            "description": "The group for source.",
                            "type": "string",
                            "default": "post",
                            "required": false
                        },
                        "field": {
                            "description": "The dynamic field",
                            "type": "string",
                            "required": false
                        },
                        "custom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "para": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "force_string": {
                            "description": "For a string return",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ignore_source": {
                            "description": "Fetch all fields",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "before": {
                            "description": "Text Before Item.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Text After Item.",
                            "type": "string",
                            "required": false
                        },
                        "fallback": {
                            "description": "Fallback.",
                            "type": "string",
                            "required": false
                        },
                        "current": {
                            "description": "If the content is current.",
                            "type": "string",
                            "required": false
                        },
                        "relcustom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "relate": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "useRepeaterContext": {
                            "description": "If this dynamic content should be rendered in repeater context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "repeaterRow": {
                            "description": "The repeater row to use for repeater context.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kbp-dynamic\/v1\/image_data"
                    }
                ]
            }
        },
        "\/kbp-dynamic\/v1\/gallery_data": {
            "namespace": "kbp-dynamic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "origin": {
                            "description": "The origin of content.",
                            "type": "string",
                            "default": "core",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "current",
                            "required": false
                        },
                        "group": {
                            "description": "The group for source.",
                            "type": "string",
                            "default": "post",
                            "required": false
                        },
                        "field": {
                            "description": "The dynamic field",
                            "type": "string",
                            "required": false
                        },
                        "custom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "para": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "force_string": {
                            "description": "For a string return",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ignore_source": {
                            "description": "Fetch all fields",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "before": {
                            "description": "Text Before Item.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Text After Item.",
                            "type": "string",
                            "required": false
                        },
                        "fallback": {
                            "description": "Fallback.",
                            "type": "string",
                            "required": false
                        },
                        "current": {
                            "description": "If the content is current.",
                            "type": "string",
                            "required": false
                        },
                        "relcustom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "relate": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "useRepeaterContext": {
                            "description": "If this dynamic content should be rendered in repeater context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "repeaterRow": {
                            "description": "The repeater row to use for repeater context.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kbp-dynamic\/v1\/gallery_data"
                    }
                ]
            }
        },
        "\/kbp-dynamic\/v1\/custom_fields": {
            "namespace": "kbp-dynamic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "origin": {
                            "description": "The origin of content.",
                            "type": "string",
                            "default": "core",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "current",
                            "required": false
                        },
                        "group": {
                            "description": "The group for source.",
                            "type": "string",
                            "default": "post",
                            "required": false
                        },
                        "field": {
                            "description": "The dynamic field",
                            "type": "string",
                            "required": false
                        },
                        "custom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "para": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "force_string": {
                            "description": "For a string return",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ignore_source": {
                            "description": "Fetch all fields",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "before": {
                            "description": "Text Before Item.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Text After Item.",
                            "type": "string",
                            "required": false
                        },
                        "fallback": {
                            "description": "Fallback.",
                            "type": "string",
                            "required": false
                        },
                        "current": {
                            "description": "If the content is current.",
                            "type": "string",
                            "required": false
                        },
                        "relcustom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "relate": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "useRepeaterContext": {
                            "description": "If this dynamic content should be rendered in repeater context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "repeaterRow": {
                            "description": "The repeater row to use for repeater context.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kbp-dynamic\/v1\/custom_fields"
                    }
                ]
            }
        },
        "\/kbp-dynamic\/v1\/link_label": {
            "namespace": "kbp-dynamic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "origin": {
                            "description": "The origin of content.",
                            "type": "string",
                            "default": "core",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "current",
                            "required": false
                        },
                        "group": {
                            "description": "The group for source.",
                            "type": "string",
                            "default": "post",
                            "required": false
                        },
                        "field": {
                            "description": "The dynamic field",
                            "type": "string",
                            "required": false
                        },
                        "custom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "para": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "force_string": {
                            "description": "For a string return",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ignore_source": {
                            "description": "Fetch all fields",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "before": {
                            "description": "Text Before Item.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Text After Item.",
                            "type": "string",
                            "required": false
                        },
                        "fallback": {
                            "description": "Fallback.",
                            "type": "string",
                            "required": false
                        },
                        "current": {
                            "description": "If the content is current.",
                            "type": "string",
                            "required": false
                        },
                        "relcustom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "relate": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "useRepeaterContext": {
                            "description": "If this dynamic content should be rendered in repeater context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "repeaterRow": {
                            "description": "The repeater row to use for repeater context.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kbp-dynamic\/v1\/link_label"
                    }
                ]
            }
        },
        "\/kbp-dynamic\/v1\/input_label": {
            "namespace": "kbp-dynamic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "origin": {
                            "description": "The origin of content.",
                            "type": "string",
                            "default": "core",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "current",
                            "required": false
                        },
                        "group": {
                            "description": "The group for source.",
                            "type": "string",
                            "default": "post",
                            "required": false
                        },
                        "field": {
                            "description": "The dynamic field",
                            "type": "string",
                            "required": false
                        },
                        "custom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "para": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "force_string": {
                            "description": "For a string return",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ignore_source": {
                            "description": "Fetch all fields",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "before": {
                            "description": "Text Before Item.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Text After Item.",
                            "type": "string",
                            "required": false
                        },
                        "fallback": {
                            "description": "Fallback.",
                            "type": "string",
                            "required": false
                        },
                        "current": {
                            "description": "If the content is current.",
                            "type": "string",
                            "required": false
                        },
                        "relcustom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "relate": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "useRepeaterContext": {
                            "description": "If this dynamic content should be rendered in repeater context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "repeaterRow": {
                            "description": "The repeater row to use for repeater context.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kbp-dynamic\/v1\/input_label"
                    }
                ]
            }
        },
        "\/kbp-dynamic\/v1\/list_data": {
            "namespace": "kbp-dynamic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "origin": {
                            "description": "The origin of content.",
                            "type": "string",
                            "default": "core",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "current",
                            "required": false
                        },
                        "group": {
                            "description": "The group for source.",
                            "type": "string",
                            "default": "post",
                            "required": false
                        },
                        "field": {
                            "description": "The dynamic field",
                            "type": "string",
                            "required": false
                        },
                        "custom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "para": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "force_string": {
                            "description": "For a string return",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ignore_source": {
                            "description": "Fetch all fields",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "before": {
                            "description": "Text Before Item.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Text After Item.",
                            "type": "string",
                            "required": false
                        },
                        "fallback": {
                            "description": "Fallback.",
                            "type": "string",
                            "required": false
                        },
                        "current": {
                            "description": "If the content is current.",
                            "type": "string",
                            "required": false
                        },
                        "relcustom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "relate": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "useRepeaterContext": {
                            "description": "If this dynamic content should be rendered in repeater context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "repeaterRow": {
                            "description": "The repeater row to use for repeater context.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kbp-dynamic\/v1\/list_data"
                    }
                ]
            }
        },
        "\/kbp-dynamic\/v1\/html_data": {
            "namespace": "kbp-dynamic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "origin": {
                            "description": "The origin of content.",
                            "type": "string",
                            "default": "core",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "current",
                            "required": false
                        },
                        "group": {
                            "description": "The group for source.",
                            "type": "string",
                            "default": "post",
                            "required": false
                        },
                        "field": {
                            "description": "The dynamic field",
                            "type": "string",
                            "required": false
                        },
                        "custom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "para": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "force_string": {
                            "description": "For a string return",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ignore_source": {
                            "description": "Fetch all fields",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "before": {
                            "description": "Text Before Item.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Text After Item.",
                            "type": "string",
                            "required": false
                        },
                        "fallback": {
                            "description": "Fallback.",
                            "type": "string",
                            "required": false
                        },
                        "current": {
                            "description": "If the content is current.",
                            "type": "string",
                            "required": false
                        },
                        "relcustom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "relate": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "useRepeaterContext": {
                            "description": "If this dynamic content should be rendered in repeater context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "repeaterRow": {
                            "description": "The repeater row to use for repeater context.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kbp-dynamic\/v1\/html_data"
                    }
                ]
            }
        },
        "\/kbp-dynamic\/v1\/repeaters": {
            "namespace": "kbp-dynamic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "origin": {
                            "description": "The origin of content.",
                            "type": "string",
                            "default": "core",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "current",
                            "required": false
                        },
                        "group": {
                            "description": "The group for source.",
                            "type": "string",
                            "default": "post",
                            "required": false
                        },
                        "field": {
                            "description": "The dynamic field",
                            "type": "string",
                            "required": false
                        },
                        "custom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "para": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "force_string": {
                            "description": "For a string return",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ignore_source": {
                            "description": "Fetch all fields",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "before": {
                            "description": "Text Before Item.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Text After Item.",
                            "type": "string",
                            "required": false
                        },
                        "fallback": {
                            "description": "Fallback.",
                            "type": "string",
                            "required": false
                        },
                        "current": {
                            "description": "If the content is current.",
                            "type": "string",
                            "required": false
                        },
                        "relcustom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "relate": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "useRepeaterContext": {
                            "description": "If this dynamic content should be rendered in repeater context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "repeaterRow": {
                            "description": "The repeater row to use for repeater context.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kbp-dynamic\/v1\/repeaters"
                    }
                ]
            }
        },
        "\/kbp-dynamic\/v1\/repeater_data": {
            "namespace": "kbp-dynamic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "origin": {
                            "description": "The origin of content.",
                            "type": "string",
                            "default": "core",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "current",
                            "required": false
                        },
                        "group": {
                            "description": "The group for source.",
                            "type": "string",
                            "default": "post",
                            "required": false
                        },
                        "field": {
                            "description": "The dynamic field",
                            "type": "string",
                            "required": false
                        },
                        "custom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "para": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "force_string": {
                            "description": "For a string return",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ignore_source": {
                            "description": "Fetch all fields",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "before": {
                            "description": "Text Before Item.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Text After Item.",
                            "type": "string",
                            "required": false
                        },
                        "fallback": {
                            "description": "Fallback.",
                            "type": "string",
                            "required": false
                        },
                        "current": {
                            "description": "If the content is current.",
                            "type": "string",
                            "required": false
                        },
                        "relcustom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "relate": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "useRepeaterContext": {
                            "description": "If this dynamic content should be rendered in repeater context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "repeaterRow": {
                            "description": "The repeater row to use for repeater context.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kbp-dynamic\/v1\/repeater_data"
                    }
                ]
            }
        },
        "\/kbp-dynamic\/v1\/batch": {
            "namespace": "kbp-dynamic\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kbp-dynamic\/v1\/batch"
                    }
                ]
            }
        },
        "\/kb-convertkit\/v1": {
            "namespace": "kb-convertkit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kb-convertkit\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kb-convertkit\/v1"
                    }
                ]
            }
        },
        "\/kb-convertkit\/v1\/get": {
            "namespace": "kb-convertkit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "endpoint": {
                            "description": "Actionable endpoint for api call.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/kb-convertkit\/v1\/get"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-rocket\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp-rocket\/v1"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1\/rocketcdn\/enable": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "email": {
                            "required": true
                        },
                        "key": {
                            "required": true
                        },
                        "url": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp-rocket\/v1\/rocketcdn\/enable"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1\/rocketcdn\/disable": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "email": {
                            "required": true
                        },
                        "key": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp-rocket\/v1\/rocketcdn\/disable"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1\/cpcss\/post\/(?P<id>[\\d]+)": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wp-rocket\/v1\/support": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "required": true
                        },
                        "key": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp-rocket\/v1\/support"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1\/dynamic_lists\/update": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp-rocket\/v1\/dynamic_lists\/update"
                    }
                ]
            }
        },
        "\/wp-rocket\/v1\/options\/export": {
            "namespace": "wp-rocket\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp-rocket\/v1\/options\/export"
                    }
                ]
            }
        },
        "\/ktp\/v1": {
            "namespace": "ktp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "ktp\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/ktp\/v1"
                    }
                ]
            }
        },
        "\/ktp\/v1\/post-select": {
            "namespace": "ktp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Page of results to return.",
                            "type": "number",
                            "default": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results to return.",
                            "type": "number",
                            "default": 25,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to items that match search query.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Limit results to items of an object type.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": {
                                "0": "post",
                                "1": "page",
                                "3": "nav_menu_item",
                                "4": "wp_block",
                                "5": "wp_template",
                                "6": "wp_template_part",
                                "7": "wp_global_styles",
                                "8": "wp_navigation",
                                "9": "wp_font_family",
                                "10": "wp_font_face",
                                "11": "kadence_form",
                                "12": "kadence_navigation",
                                "13": "kadence_header",
                                "14": "kadence_custom_svg",
                                "15": "kadence_query",
                                "16": "kadence_query_card",
                                "17": "kadence_lottie",
                                "18": "kadence_vector",
                                "19": "kb_icon"
                            },
                            "required": false
                        },
                        "include": {
                            "description": "Include posts by ID.",
                            "type": "array",
                            "required": false
                        },
                        "categories": {
                            "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tags": {
                            "description": "Limit result set to all items that have the specified term assigned in the tags taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menus": {
                            "description": "Limit result set to all items that have the specified term assigned in the menus taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "Limit result set to all items that have the specified term assigned in the wp_pattern_category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/ktp\/v1\/post-select"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "google-site-kit\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/setup-tag": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/site\/data\/setup-tag"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/connection": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/site\/data\/connection"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/authentication": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/user\/data\/authentication"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/disconnect": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/user\/data\/disconnect"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/get-token": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/user\/data\/get-token"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/user-input-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "questions": {
                                        "purpose": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        },
                                        "postFrequency": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        },
                                        "goals": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        },
                                        "includeConversionEvents": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/user\/data\/user-input-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/audience-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "minProperties": 1,
                                    "additionalProperties": false,
                                    "properties": {
                                        "configuredAudiences": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        },
                                        "isAudienceSegmentationWidgetHidden": {
                                            "type": "boolean"
                                        },
                                        "didSetAudiences": {
                                            "type": "boolean"
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/user\/data\/audience-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/conversion-reporting-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "minProperties": 1,
                                    "additionalProperties": false,
                                    "properties": {
                                        "newEventsCalloutDismissedAt": {
                                            "type": "integer"
                                        },
                                        "lostEventsCalloutDismissedAt": {
                                            "type": "integer"
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/user\/data\/conversion-reporting-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/list": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/list"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/activation": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/activation"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/info": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u043c\u043e\u0434\u0443\u043b\u044f.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/info"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/check-access": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u043c\u043e\u0434\u0443\u043b\u044f.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/check-access"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/notifications": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u043c\u043e\u0434\u0443\u043b\u044f.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u043c\u043e\u0434\u0443\u043b\u044f.",
                            "default": null,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u043c\u043e\u0434\u0443\u043b\u044f.",
                            "default": null,
                            "required": false
                        },
                        "data": {
                            "type": "object",
                            "description": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0434\u043b\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/data-available": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u043c\u043e\u0434\u0443\u043b\u044f.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/(?P<datapoint>[a-z\\-]+)": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u043c\u043e\u0434\u0443\u043b\u044f.",
                            "default": null,
                            "required": false
                        },
                        "datapoint": {
                            "type": "string",
                            "description": "\u0410\u0434\u0440\u0435\u0441 \u0434\u0430\u043d\u043d\u044b\u0445 \u043c\u043e\u0434\u0443\u043b\u044f.",
                            "default": null,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u043c\u043e\u0434\u0443\u043b\u044f.",
                            "default": null,
                            "required": false
                        },
                        "datapoint": {
                            "type": "string",
                            "description": "\u0410\u0434\u0440\u0435\u0441 \u0434\u0430\u043d\u043d\u044b\u0445 \u043c\u043e\u0434\u0443\u043b\u044f.",
                            "default": null,
                            "required": false
                        },
                        "data": {
                            "type": "object",
                            "description": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0434\u043b\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/recover-modules": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/recover-modules"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/sharing-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/sharing-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismissed-items": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "minProperties": 1,
                            "additionalProperties": false,
                            "properties": {
                                "slugs": {
                                    "type": "array",
                                    "required": true,
                                    "items": {
                                        "type": "string"
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismissed-items"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismiss-item": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismiss-item"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/expirable-items": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/user\/data\/expirable-items"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/set-expirable-item-timers": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "array",
                            "description": "",
                            "default": null,
                            "items": {
                                "type": "object",
                                "additionalProperties": false,
                                "properties": {
                                    "slug": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "expiration": {
                                        "type": "integer",
                                        "required": true
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/user\/data\/set-expirable-item-timers"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/permissions": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/user\/data\/permissions"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/nonces": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/user\/data\/nonces"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey-trigger": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "triggerID": {
                                    "type": "string",
                                    "required": true
                                },
                                "ttl": {
                                    "type": "integer",
                                    "minimum": 0
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey-trigger"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey-event": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "session": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "session_id": {
                                            "type": "string",
                                            "required": true
                                        },
                                        "session_token": {
                                            "type": "string",
                                            "required": true
                                        }
                                    }
                                },
                                "event": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "survey_shown": {
                                            "type": "object"
                                        },
                                        "survey_closed": {
                                            "type": "object"
                                        },
                                        "question_answered": {
                                            "type": "object"
                                        },
                                        "completion_shown": {
                                            "type": "object"
                                        },
                                        "follow_up_link_clicked": {
                                            "type": "object"
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey-event"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey-timeouts": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey-timeouts"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/reset": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/site\/data\/reset"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/reset-persistent": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/site\/data\/reset-persistent"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/developer-plugin": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/site\/data\/developer-plugin"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/tracking": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "enabled": {
                                    "type": "boolean",
                                    "required": true
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/user\/data\/tracking"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/search\/data\/entity-search": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "query": {
                            "type": "string",
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/search\/data\/entity-search"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/admin-bar-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "enabled": {
                                    "type": "boolean",
                                    "required": false
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/site\/data\/admin-bar-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/notifications": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/site\/data\/notifications"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/mark-notification": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/site\/data\/mark-notification"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/site-health-tag-placement-test": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/site\/data\/site-health-tag-placement-test"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/health-checks": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/site\/data\/health-checks"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismissed-tours": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismissed-tours"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismiss-tour": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismiss-tour"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/key-metrics": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "isWidgetHidden": {
                                            "type": "boolean",
                                            "required": true
                                        },
                                        "widgetSlugs": {
                                            "type": "array",
                                            "required": false,
                                            "maxItems": 8,
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/user\/data\/key-metrics"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismissed-prompts": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismissed-prompts"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismiss-prompt": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismiss-prompt"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/consent-mode": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "minProperties": 1,
                                    "additionalProperties": false,
                                    "properties": {
                                        "enabled": {
                                            "type": "boolean"
                                        },
                                        "regions": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/site\/data\/consent-mode"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/consent-api-info": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/site\/data\/consent-api-info"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/consent-api-activate": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/site\/data\/consent-api-activate"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/ads-measurement-status": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/site\/data\/ads-measurement-status"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/conversion-tracking": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "enabled": {
                                            "type": "boolean",
                                            "required": true
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/google-site-kit\/v1\/core\/site\/data\/conversion-tracking"
                    }
                ]
            }
        },
        "\/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:\/\/toolsmate.online\/ru\/wp-json\/wp\/v2"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b. ",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 \u0430\u0432\u0442\u043e\u0440\u043e\u0432.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u043c \u0430\u0432\u0442\u043e\u0440\u0430\u043c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u041a\u0430\u043a \u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0432\u043e\u0434\u0438\u043c\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "rand",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u041c\u0430\u0441\u0441\u0438\u0432 \u0438\u043c\u0435\u043d \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u044f\u0440\u043b\u044b\u043a\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043d\u0430\u0431\u043e\u0440 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u043e\u0441\u043d\u043e\u0432\u044b\u0432\u0430\u044f\u0441\u044c \u043d\u0430 \u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u044f\u0445 \u043c\u0435\u0436\u0434\u0443 \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u043c\u0438 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u044f\u043c\u0438.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0441 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u043c \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438 categories.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u0421\u043f\u0438\u0441\u043e\u043a ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432",
                                    "description": "\u0421\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0441 \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u043c\u0438 ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u0417\u0430\u043f\u0440\u043e\u0441 ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438",
                                    "description": "\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0439 \u0437\u0430\u043f\u0440\u043e\u0441 \u043f\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0432\u043a\u043b\u044e\u0447\u0430\u0442\u044c \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0432 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u0441\u043f\u0438\u0441\u043a\u0430 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "\u041f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u043d\u043e\u0441\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u043a\u043e \u0432\u0441\u0435\u043c \u0438\u043b\u0438 \u043b\u044e\u0431\u043e\u043c\u0443 \u0438\u0437 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0445 \u0442\u0435\u0440\u043c\u0438\u043d\u043e\u0432.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "categories_exclude": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0441 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u043c \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438 categories.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u0421\u043f\u0438\u0441\u043e\u043a ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432",
                                    "description": "\u0421\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0441 \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u043c\u0438 ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u0417\u0430\u043f\u0440\u043e\u0441 ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438",
                                    "description": "\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0439 \u0437\u0430\u043f\u0440\u043e\u0441 \u043f\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0432\u043a\u043b\u044e\u0447\u0430\u0442\u044c \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0432 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u0441\u043f\u0438\u0441\u043a\u0430 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0441 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u043c \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438 tags.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u0421\u043f\u0438\u0441\u043e\u043a ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432",
                                    "description": "\u0421\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0441 \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u043c\u0438 ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u0417\u0430\u043f\u0440\u043e\u0441 ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438",
                                    "description": "\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0439 \u0437\u0430\u043f\u0440\u043e\u0441 \u043f\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "\u041f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u043d\u043e\u0441\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u043a\u043e \u0432\u0441\u0435\u043c \u0438\u043b\u0438 \u043b\u044e\u0431\u043e\u043c\u0443 \u0438\u0437 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0445 \u0442\u0435\u0440\u043c\u0438\u043d\u043e\u0432.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0441 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u043c \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438 tags.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u0421\u043f\u0438\u0441\u043e\u043a ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432",
                                    "description": "\u0421\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0441 \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u043c\u0438 ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u0417\u0430\u043f\u0440\u043e\u0441 ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438",
                                    "description": "\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0439 \u0437\u0430\u043f\u0440\u043e\u0441 \u043f\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u043f\u0440\u0438\u043b\u0435\u043f\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u043e\u0431\u044a\u0435\u043a\u0442\u0430\u043c\u0438.",
                            "type": "boolean",
                            "required": false
                        },
                        "ignore_sticky": {
                            "description": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043b\u0438 \u043f\u0440\u0438\u043a\u0440\u0435\u043f\u043b\u0435\u043d\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "format": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043d\u0430\u0431\u043e\u0440 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u043c \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d \u043e\u0434\u0438\u043d \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0444\u043e\u0440\u043c\u0430\u0442\u043e\u0432.",
                            "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": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u041e\u0442\u0440\u044b\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0438\u0437 \u0437\u0430\u043f\u0438\u0441\u0438 \u0432 \u0442\u043e\u043c \u0432\u0438\u0434\u0435, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u043e\u043d \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043e\u0442\u0440\u044b\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0430\u0442\u044c \u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u0435\u043c \u043e\u0442\u0440\u044b\u0432\u043e\u043a.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u041e\u0442\u043a\u0440\u044b\u0442\u044b \u043b\u0438 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u041f\u0440\u0438\u043d\u0438\u043c\u0430\u0435\u0442 \u043b\u0438 \u0437\u0430\u043f\u0438\u0441\u044c \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "\u0424\u043e\u0440\u043c\u0430\u0442 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "\u0421\u0447\u0438\u0442\u0430\u0442\u044c \u043b\u0438 \u0437\u0430\u043f\u0438\u0441\u044c \u043f\u0440\u0438\u043b\u0435\u043f\u043b\u0435\u043d\u043d\u043e\u0439 \u0438\u043b\u0438 \u043d\u0435\u0442.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u0443 \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438 category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u0443 \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438 post_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "\u041f\u0435\u0440\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u0434\u043b\u0438\u043d\u0443 \u043e\u0442\u0440\u044b\u0432\u043a\u0430 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0435\u0441\u043b\u0438 \u043e\u043d\u0430 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u041e\u0442\u0440\u044b\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0438\u0437 \u0437\u0430\u043f\u0438\u0441\u0438 \u0432 \u0442\u043e\u043c \u0432\u0438\u0434\u0435, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u043e\u043d \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043e\u0442\u0440\u044b\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0430\u0442\u044c \u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u0435\u043c \u043e\u0442\u0440\u044b\u0432\u043e\u043a.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u041e\u0442\u043a\u0440\u044b\u0442\u044b \u043b\u0438 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u041f\u0440\u0438\u043d\u0438\u043c\u0430\u0435\u0442 \u043b\u0438 \u0437\u0430\u043f\u0438\u0441\u044c \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "\u0424\u043e\u0440\u043c\u0430\u0442 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "\u0421\u0447\u0438\u0442\u0430\u0442\u044c \u043b\u0438 \u0437\u0430\u043f\u0438\u0441\u044c \u043f\u0440\u0438\u043b\u0435\u043f\u043b\u0435\u043d\u043d\u043e\u0439 \u0438\u043b\u0438 \u043d\u0435\u0442.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u0443 \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438 category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u0443 \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438 post_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0438 \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u0434\u0430\u043b\u044f\u0442\u044c.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0438\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u043a\u0430\u043a \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443. ",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u041e\u0442\u0440\u044b\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0438\u0437 \u0437\u0430\u043f\u0438\u0441\u0438 \u0432 \u0442\u043e\u043c \u0432\u0438\u0434\u0435, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u043e\u043d \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043e\u0442\u0440\u044b\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0430\u0442\u044c \u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u0435\u043c \u043e\u0442\u0440\u044b\u0432\u043e\u043a.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u041e\u0442\u043a\u0440\u044b\u0442\u044b \u043b\u0438 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u041f\u0440\u0438\u043d\u0438\u043c\u0430\u0435\u0442 \u043b\u0438 \u0437\u0430\u043f\u0438\u0441\u044c \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "\u0424\u043e\u0440\u043c\u0430\u0442 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "\u0421\u0447\u0438\u0442\u0430\u0442\u044c \u043b\u0438 \u0437\u0430\u043f\u0438\u0441\u044c \u043f\u0440\u0438\u043b\u0435\u043f\u043b\u0435\u043d\u043d\u043e\u0439 \u0438\u043b\u0438 \u043d\u0435\u0442.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u0443 \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438 category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u0443 \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438 post_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "ID \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b. ",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 \u0430\u0432\u0442\u043e\u0440\u043e\u0432.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u043c \u0430\u0432\u0442\u043e\u0440\u0430\u043c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u043c \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u043c menu_order.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u041a\u0430\u043a \u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0432\u043e\u0434\u0438\u043c\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u0439.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0437\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u043c \u0438\u043c\u0435\u044e\u0449\u0438\u0445 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0439 ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u041c\u0430\u0441\u0441\u0438\u0432 \u0438\u043c\u0435\u043d \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u044f\u0440\u043b\u044b\u043a\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u041e\u0442\u0440\u044b\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0438\u0437 \u0437\u0430\u043f\u0438\u0441\u0438 \u0432 \u0442\u043e\u043c \u0432\u0438\u0434\u0435, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u043e\u043d \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043e\u0442\u0440\u044b\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0430\u0442\u044c \u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u0435\u043c \u043e\u0442\u0440\u044b\u0432\u043e\u043a.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u041e\u0442\u043a\u0440\u044b\u0442\u044b \u043b\u0438 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u041f\u0440\u0438\u043d\u0438\u043c\u0430\u0435\u0442 \u043b\u0438 \u0437\u0430\u043f\u0438\u0441\u044c \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u041f\u043e\u0440\u044f\u0434\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u043e \u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u044e \u043a \u0434\u0440\u0443\u0433\u0438\u043c \u0437\u0430\u043f\u0438\u0441\u044f\u043c.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "\u041f\u0435\u0440\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u0434\u043b\u0438\u043d\u0443 \u043e\u0442\u0440\u044b\u0432\u043a\u0430 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0435\u0441\u043b\u0438 \u043e\u043d\u0430 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u041e\u0442\u0440\u044b\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0438\u0437 \u0437\u0430\u043f\u0438\u0441\u0438 \u0432 \u0442\u043e\u043c \u0432\u0438\u0434\u0435, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u043e\u043d \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043e\u0442\u0440\u044b\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0430\u0442\u044c \u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u0435\u043c \u043e\u0442\u0440\u044b\u0432\u043e\u043a.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u041e\u0442\u043a\u0440\u044b\u0442\u044b \u043b\u0438 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u041f\u0440\u0438\u043d\u0438\u043c\u0430\u0435\u0442 \u043b\u0438 \u0437\u0430\u043f\u0438\u0441\u044c \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u041f\u043e\u0440\u044f\u0434\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u043e \u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u044e \u043a \u0434\u0440\u0443\u0433\u0438\u043c \u0437\u0430\u043f\u0438\u0441\u044f\u043c.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0438 \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u0434\u0430\u043b\u044f\u0442\u044c.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0438\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u043a\u0430\u043a \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443. ",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u041e\u0442\u0440\u044b\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0438\u0437 \u0437\u0430\u043f\u0438\u0441\u0438 \u0432 \u0442\u043e\u043c \u0432\u0438\u0434\u0435, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u043e\u043d \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043e\u0442\u0440\u044b\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0430\u0442\u044c \u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u0435\u043c \u043e\u0442\u0440\u044b\u0432\u043e\u043a.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u041e\u0442\u043a\u0440\u044b\u0442\u044b \u043b\u0438 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u041f\u0440\u0438\u043d\u0438\u043c\u0430\u0435\u0442 \u043b\u0438 \u0437\u0430\u043f\u0438\u0441\u044c \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u041f\u043e\u0440\u044f\u0434\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u043e \u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u044e \u043a \u0434\u0440\u0443\u0433\u0438\u043c \u0437\u0430\u043f\u0438\u0441\u044f\u043c.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "ID \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b. ",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 \u0430\u0432\u0442\u043e\u0440\u043e\u0432.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u043c \u0430\u0432\u0442\u043e\u0440\u0430\u043c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u041a\u0430\u043a \u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0432\u043e\u0434\u0438\u043c\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u0439.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0437\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u043c \u0438\u043c\u0435\u044e\u0449\u0438\u0445 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0439 ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u041c\u0430\u0441\u0441\u0438\u0432 \u0438\u043c\u0435\u043d \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u044f\u0440\u043b\u044b\u043a\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "inherit",
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "inherit",
                                    "private",
                                    "trash"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "media_type": {
                            "default": null,
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0432\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u0442\u0438\u043f\u0430 \u043c\u0435\u0434\u0438\u0430.",
                            "type": "string",
                            "enum": [
                                "image",
                                "video",
                                "text",
                                "application",
                                "audio"
                            ],
                            "required": false
                        },
                        "mime_type": {
                            "default": null,
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0432\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0433\u043e MIME \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u041e\u0442\u043a\u0440\u044b\u0442\u044b \u043b\u0438 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u041f\u0440\u0438\u043d\u0438\u043c\u0430\u0435\u0442 \u043b\u0438 \u0437\u0430\u043f\u0438\u0441\u044c \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "\u0410\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u043a\u043e\u0433\u0434\u0430 \u0432\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043d\u0435 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "\u041f\u043e\u0434\u043f\u0438\u0441\u044c \u0432\u043b\u043e\u0436\u0435\u043d\u0438\u044f.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041f\u043e\u0434\u043f\u0438\u0441\u044c \u0434\u043b\u044f \u0432\u043b\u043e\u0436\u0435\u043d\u0438\u044f, \u043a\u0430\u043a \u043e\u043d\u0430 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043f\u043e\u0434\u043f\u0438\u0441\u044c \u0434\u043b\u044f \u0432\u043b\u043e\u0436\u0435\u043d\u0438\u044f, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0432\u043b\u043e\u0436\u0435\u043d\u0438\u044f.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0434\u043b\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0434\u043b\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "ID \u0434\u043b\u044f \u0430\u0441\u0441\u043e\u0446\u0438\u0438\u0440\u043e\u0432\u0430\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0434\u043b\u044f \u0432\u043b\u043e\u0436\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u041e\u0442\u043a\u0440\u044b\u0442\u044b \u043b\u0438 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u041f\u0440\u0438\u043d\u0438\u043c\u0430\u0435\u0442 \u043b\u0438 \u0437\u0430\u043f\u0438\u0441\u044c \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "\u0410\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u043a\u043e\u0433\u0434\u0430 \u0432\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043d\u0435 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "\u041f\u043e\u0434\u043f\u0438\u0441\u044c \u0432\u043b\u043e\u0436\u0435\u043d\u0438\u044f.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041f\u043e\u0434\u043f\u0438\u0441\u044c \u0434\u043b\u044f \u0432\u043b\u043e\u0436\u0435\u043d\u0438\u044f, \u043a\u0430\u043a \u043e\u043d\u0430 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043f\u043e\u0434\u043f\u0438\u0441\u044c \u0434\u043b\u044f \u0432\u043b\u043e\u0436\u0435\u043d\u0438\u044f, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0432\u043b\u043e\u0436\u0435\u043d\u0438\u044f.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0434\u043b\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0434\u043b\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "ID \u0434\u043b\u044f \u0430\u0441\u0441\u043e\u0446\u0438\u0438\u0440\u043e\u0432\u0430\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0434\u043b\u044f \u0432\u043b\u043e\u0436\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0438 \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u0434\u0430\u043b\u044f\u0442\u044c.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/post-process": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0432\u043b\u043e\u0436\u0435\u043d\u0438\u044f.",
                            "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 \u043e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e \u0444\u0430\u0439\u043b\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "modifiers": {
                            "description": "\u041c\u0430\u0441\u0441\u0438\u0432 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f.",
                            "type": "array",
                            "minItems": 1,
                            "items": {
                                "description": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f.",
                                "type": "object",
                                "required": [
                                    "type",
                                    "args"
                                ],
                                "oneOf": [
                                    {
                                        "title": "\u0412\u0440\u0430\u0449\u0435\u043d\u0438\u0435",
                                        "properties": {
                                            "type": {
                                                "description": "\u0422\u0438\u043f \u0432\u0440\u0430\u0449\u0435\u043d\u0438\u044f.",
                                                "type": "string",
                                                "enum": [
                                                    "rotate"
                                                ]
                                            },
                                            "args": {
                                                "description": "\u0410\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u044b \u0432\u0440\u0430\u0449\u0435\u043d\u0438\u044f.",
                                                "type": "object",
                                                "required": [
                                                    "angle"
                                                ],
                                                "properties": {
                                                    "angle": {
                                                        "description": "\u0423\u0433\u043e\u043b \u0434\u043b\u044f \u043f\u043e\u0432\u043e\u0440\u043e\u0442\u0430 \u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u0439 \u0441\u0442\u0440\u0435\u043b\u043a\u0435.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "\u041e\u0431\u0440\u0435\u0437\u0430\u0442\u044c",
                                        "properties": {
                                            "type": {
                                                "description": "\u0422\u0438\u043f \u043a\u0430\u0434\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f.",
                                                "type": "string",
                                                "enum": [
                                                    "crop"
                                                ]
                                            },
                                            "args": {
                                                "description": "\u0410\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u044b \u043a\u0430\u0434\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f.",
                                                "type": "object",
                                                "required": [
                                                    "left",
                                                    "top",
                                                    "width",
                                                    "height"
                                                ],
                                                "properties": {
                                                    "left": {
                                                        "description": "\u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0441\u043b\u0435\u0432\u0430 \u0434\u043b\u044f \u043d\u0430\u0447\u0430\u043b\u0430 \u043a\u0430\u0434\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0432 \u043f\u0440\u043e\u0446\u0435\u043d\u0442\u0430\u0445 \u043e\u0442 \u0448\u0438\u0440\u0438\u043d\u044b \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f.",
                                                        "type": "number"
                                                    },
                                                    "top": {
                                                        "description": "\u0412\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0441\u0432\u0435\u0440\u0445\u0443 \u0434\u043b\u044f \u043d\u0430\u0447\u0430\u043b\u0430 \u043a\u0430\u0434\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0432 \u043f\u0440\u043e\u0446\u0435\u043d\u0442\u0430\u0445 \u043e\u0442 \u0432\u044b\u0441\u043e\u0442\u044b \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f.",
                                                        "type": "number"
                                                    },
                                                    "width": {
                                                        "description": "\u0428\u0438\u0440\u0438\u043d\u0430 \u043a\u0430\u0434\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0432 \u043f\u0440\u043e\u0446\u0435\u043d\u0442\u0430\u0445 \u043e\u0442 \u0448\u0438\u0440\u0438\u043d\u044b \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f.",
                                                        "type": "number"
                                                    },
                                                    "height": {
                                                        "description": "\u0412\u044b\u0441\u043e\u0442\u0430 \u043a\u0430\u0434\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0432 \u043f\u0440\u043e\u0446\u0435\u043d\u0442\u0430\u0445 \u043e\u0442 \u0432\u044b\u0441\u043e\u0442\u044b \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    }
                                ]
                            },
                            "required": false
                        },
                        "rotation": {
                            "description": "\u0412\u0435\u043b\u0438\u0447\u0438\u043d\u0430 \u043f\u043e\u0432\u043e\u0440\u043e\u0442\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u0439 \u0441\u0442\u0440\u0435\u043b\u043a\u0435 \u0432 \u0433\u0440\u0430\u0434\u0443\u0441\u0430\u0445. \u0423\u0421\u0422\u0410\u0420\u0415\u041b\u041e: \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043c\u043e\u0434\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b (`modifiers`).",
                            "type": "integer",
                            "minimum": 0,
                            "exclusiveMinimum": true,
                            "maximum": 360,
                            "exclusiveMaximum": true,
                            "required": false
                        },
                        "x": {
                            "description": "\u0412 \u043f\u0440\u043e\u0446\u0435\u043d\u0442\u0430\u0445 \u043e\u0442 \u0440\u0430\u0437\u043c\u0435\u0440\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f, \u043f\u043e\u0437\u0438\u0446\u0438\u044f \u043f\u043e \u043e\u0441\u0438 X \u0434\u043b\u044f \u043a\u0430\u0434\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u0423\u0421\u0422\u0410\u0420\u0415\u041b\u041e: \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043c\u043e\u0434\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b (`modifiers`).",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "y": {
                            "description": "\u0412 \u043f\u0440\u043e\u0446\u0435\u043d\u0442\u0430\u0445 \u043e\u0442 \u0440\u0430\u0437\u043c\u0435\u0440\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f, \u043f\u043e\u0437\u0438\u0446\u0438\u044f \u043f\u043e \u043e\u0441\u0438 X \u0434\u043b\u044f \u043a\u0430\u0434\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u0423\u0421\u0422\u0410\u0420\u0415\u041b\u041e: \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043c\u043e\u0434\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b (`modifiers`).",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "width": {
                            "description": "\u0412 \u043f\u0440\u043e\u0446\u0435\u043d\u0442\u0430\u0445 \u043e\u0442 \u0440\u0430\u0437\u043c\u0435\u0440\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f, \u0448\u0438\u0440\u0438\u043d\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u043a\u0430\u0434\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u0423\u0421\u0422\u0410\u0420\u0415\u041b\u041e: \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043c\u043e\u0434\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b (`modifiers`).",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "height": {
                            "description": "\u0412 \u043f\u0440\u043e\u0446\u0435\u043d\u0442\u0430\u0445 \u043e\u0442 \u0440\u0430\u0437\u043c\u0435\u0440\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f, \u0432\u044b\u0441\u043e\u0442\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u043a\u0430\u0434\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u0423\u0421\u0422\u0410\u0420\u0415\u041b\u041e: \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043c\u043e\u0434\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b (`modifiers`).",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b. ",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u041a\u0430\u043a \u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0432\u043e\u0434\u0438\u043c\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "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": "\u041c\u0430\u0441\u0441\u0438\u0432 \u0438\u043c\u0435\u043d \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u044f\u0440\u043b\u044b\u043a\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043d\u0430\u0431\u043e\u0440 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u043e\u0441\u043d\u043e\u0432\u044b\u0432\u0430\u044f\u0441\u044c \u043d\u0430 \u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u044f\u0445 \u043c\u0435\u0436\u0434\u0443 \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u043c\u0438 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u044f\u043c\u0438.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "menus": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0441 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u043c \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438 menus.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u0421\u043f\u0438\u0441\u043e\u043a ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432",
                                    "description": "\u0421\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0441 \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u043c\u0438 ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u0417\u0430\u043f\u0440\u043e\u0441 ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438",
                                    "description": "\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0439 \u0437\u0430\u043f\u0440\u043e\u0441 \u043f\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "\u041f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u043d\u043e\u0441\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u043a\u043e \u0432\u0441\u0435\u043c \u0438\u043b\u0438 \u043b\u044e\u0431\u043e\u043c\u0443 \u0438\u0437 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0445 \u0442\u0435\u0440\u043c\u0438\u043d\u043e\u0432.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menus_exclude": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0441 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u043c \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438 menus.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u0421\u043f\u0438\u0441\u043e\u043a ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432",
                                    "description": "\u0421\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0441 \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u043c\u0438 ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u0417\u0430\u043f\u0440\u043e\u0441 ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438",
                                    "description": "\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0439 \u0437\u0430\u043f\u0440\u043e\u0441 \u043f\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u043c \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u043c menu_order.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0434\u043b\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u0430, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "custom",
                            "description": "\u0421\u0435\u043c\u0435\u0439\u0441\u0442\u0432\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432, \u043f\u0435\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0445, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \"post_type\" \u0438\u043b\u0438 \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0434\u043b\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "\u0422\u0435\u043a\u0441\u0442 \u0434\u043b\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 title \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 link \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043f\u0443\u043d\u043a\u0442\u0430 \u043c\u0435\u043d\u044e.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "\u0418\u043c\u0435\u043d\u0430 \u043a\u043b\u0430\u0441\u0441\u043e\u0432 \u0434\u043b\u044f \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0441\u0441\u044b\u043b\u043a\u0438 \u044d\u0442\u043e\u0433\u043e \u043f\u0443\u043d\u043a\u0442\u0430 \u043c\u0435\u043d\u044e.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u044d\u0442\u043e\u0433\u043e \u043f\u0443\u043d\u043a\u0442\u0430 \u043c\u0435\u043d\u044e.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "default": 1,
                            "description": "ID \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445 nav_menu_item, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c \u043c\u0435\u043d\u044e \u044d\u0442\u043e\u0433\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430, \u0435\u0441\u043b\u0438 \u0442\u0430\u043a\u043e\u0432\u043e\u0439 \u0438\u043c\u0435\u0435\u0442\u0441\u044f, 0 \u0432 \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "\u0422\u0438\u043f \u043f\u0435\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \"category\", \"post\" \u0438\u043b\u0438 \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "default": 0,
                            "description": "ID \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445 \u0438\u0441\u0445\u043e\u0434\u043d\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u044d\u0442\u043e\u0442 \u043f\u0443\u043d\u043a\u0442 \u043c\u0435\u043d\u044e, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 ID \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0438\u043b\u0438 term_id \u0434\u043b\u044f \u0440\u0443\u0431\u0440\u0438\u043a.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "\u0426\u0435\u043b\u0435\u0432\u043e\u0439 \u0430\u0442\u0440\u0438\u0431\u0443\u0442 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 link \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043f\u0443\u043d\u043a\u0442\u0430 \u043c\u0435\u043d\u044e.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "URL-\u0430\u0434\u0440\u0435\u0441, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0443\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u044d\u0442\u043e\u0442 \u043f\u0443\u043d\u043a\u0442 \u043c\u0435\u043d\u044e.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "\u041e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435 XFN, \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u043d\u043e\u0435 \u0432 \u0441\u0441\u044b\u043b\u043a\u0435 \u044d\u0442\u043e\u0433\u043e \u043f\u0443\u043d\u043a\u0442\u0430 \u043c\u0435\u043d\u044e.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u0443 \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438 nav_menu.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0434\u043b\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u0430, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "\u0421\u0435\u043c\u0435\u0439\u0441\u0442\u0432\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432, \u043f\u0435\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0445, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \"post_type\" \u0438\u043b\u0438 \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0434\u043b\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "\u0422\u0435\u043a\u0441\u0442 \u0434\u043b\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 title \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 link \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043f\u0443\u043d\u043a\u0442\u0430 \u043c\u0435\u043d\u044e.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "\u0418\u043c\u0435\u043d\u0430 \u043a\u043b\u0430\u0441\u0441\u043e\u0432 \u0434\u043b\u044f \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0441\u0441\u044b\u043b\u043a\u0438 \u044d\u0442\u043e\u0433\u043e \u043f\u0443\u043d\u043a\u0442\u0430 \u043c\u0435\u043d\u044e.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u044d\u0442\u043e\u0433\u043e \u043f\u0443\u043d\u043a\u0442\u0430 \u043c\u0435\u043d\u044e.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "ID \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445 nav_menu_item, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c \u043c\u0435\u043d\u044e \u044d\u0442\u043e\u0433\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430, \u0435\u0441\u043b\u0438 \u0442\u0430\u043a\u043e\u0432\u043e\u0439 \u0438\u043c\u0435\u0435\u0442\u0441\u044f, 0 \u0432 \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "\u0422\u0438\u043f \u043f\u0435\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \"category\", \"post\" \u0438\u043b\u0438 \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "ID \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445 \u0438\u0441\u0445\u043e\u0434\u043d\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u044d\u0442\u043e\u0442 \u043f\u0443\u043d\u043a\u0442 \u043c\u0435\u043d\u044e, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 ID \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0438\u043b\u0438 term_id \u0434\u043b\u044f \u0440\u0443\u0431\u0440\u0438\u043a.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "\u0426\u0435\u043b\u0435\u0432\u043e\u0439 \u0430\u0442\u0440\u0438\u0431\u0443\u0442 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 link \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043f\u0443\u043d\u043a\u0442\u0430 \u043c\u0435\u043d\u044e.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "URL-\u0430\u0434\u0440\u0435\u0441, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0443\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u044d\u0442\u043e\u0442 \u043f\u0443\u043d\u043a\u0442 \u043c\u0435\u043d\u044e.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "\u041e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435 XFN, \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u043d\u043e\u0435 \u0432 \u0441\u0441\u044b\u043b\u043a\u0435 \u044d\u0442\u043e\u0433\u043e \u043f\u0443\u043d\u043a\u0442\u0430 \u043c\u0435\u043d\u044e.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u0443 \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438 nav_menu.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0438 \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u0434\u0430\u043b\u044f\u0442\u044c.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0434\u043b\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u0430, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "\u0421\u0435\u043c\u0435\u0439\u0441\u0442\u0432\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432, \u043f\u0435\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0445, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \"post_type\" \u0438\u043b\u0438 \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0434\u043b\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "attr_title": {
                            "description": "\u0422\u0435\u043a\u0441\u0442 \u0434\u043b\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 title \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 link \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043f\u0443\u043d\u043a\u0442\u0430 \u043c\u0435\u043d\u044e.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "\u0418\u043c\u0435\u043d\u0430 \u043a\u043b\u0430\u0441\u0441\u043e\u0432 \u0434\u043b\u044f \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0441\u0441\u044b\u043b\u043a\u0438 \u044d\u0442\u043e\u0433\u043e \u043f\u0443\u043d\u043a\u0442\u0430 \u043c\u0435\u043d\u044e.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u044d\u0442\u043e\u0433\u043e \u043f\u0443\u043d\u043a\u0442\u0430 \u043c\u0435\u043d\u044e.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "ID \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445 nav_menu_item, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c \u043c\u0435\u043d\u044e \u044d\u0442\u043e\u0433\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430, \u0435\u0441\u043b\u0438 \u0442\u0430\u043a\u043e\u0432\u043e\u0439 \u0438\u043c\u0435\u0435\u0442\u0441\u044f, 0 \u0432 \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "\u0422\u0438\u043f \u043f\u0435\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \"category\", \"post\" \u0438\u043b\u0438 \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "ID \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445 \u0438\u0441\u0445\u043e\u0434\u043d\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u044d\u0442\u043e\u0442 \u043f\u0443\u043d\u043a\u0442 \u043c\u0435\u043d\u044e, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 ID \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0438\u043b\u0438 term_id \u0434\u043b\u044f \u0440\u0443\u0431\u0440\u0438\u043a.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "\u0426\u0435\u043b\u0435\u0432\u043e\u0439 \u0430\u0442\u0440\u0438\u0431\u0443\u0442 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 link \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043f\u0443\u043d\u043a\u0442\u0430 \u043c\u0435\u043d\u044e.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "URL-\u0430\u0434\u0440\u0435\u0441, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0443\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u044d\u0442\u043e\u0442 \u043f\u0443\u043d\u043a\u0442 \u043c\u0435\u043d\u044e.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "\u041e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435 XFN, \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u043d\u043e\u0435 \u0432 \u0441\u0441\u044b\u043b\u043a\u0435 \u044d\u0442\u043e\u0433\u043e \u043f\u0443\u043d\u043a\u0442\u0430 \u043c\u0435\u043d\u044e.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u0443 \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438 nav_menu.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "ID \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b. ",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u041a\u0430\u043a \u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0432\u043e\u0434\u0438\u043c\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u041c\u0430\u0441\u0441\u0438\u0432 \u0438\u043c\u0435\u043d \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u044f\u0440\u043b\u044b\u043a\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043d\u0430\u0431\u043e\u0440 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u043e\u0441\u043d\u043e\u0432\u044b\u0432\u0430\u044f\u0441\u044c \u043d\u0430 \u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u044f\u0445 \u043c\u0435\u0436\u0434\u0443 \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u043c\u0438 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u044f\u043c\u0438.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0441 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u043c \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438 wp_pattern_category.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u0421\u043f\u0438\u0441\u043e\u043a ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432",
                                    "description": "\u0421\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0441 \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u043c\u0438 ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u0417\u0430\u043f\u0440\u043e\u0441 ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438",
                                    "description": "\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0439 \u0437\u0430\u043f\u0440\u043e\u0441 \u043f\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "\u041f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u043d\u043e\u0441\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u043a\u043e \u0432\u0441\u0435\u043c \u0438\u043b\u0438 \u043b\u044e\u0431\u043e\u043c\u0443 \u0438\u0437 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0445 \u0442\u0435\u0440\u043c\u0438\u043d\u043e\u0432.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "wp_pattern_category_exclude": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0441 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u043c \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438 wp_pattern_category.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u0421\u043f\u0438\u0441\u043e\u043a ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432",
                                    "description": "\u0421\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0441 \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u043c\u0438 ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u0417\u0430\u043f\u0440\u043e\u0441 ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438",
                                    "description": "\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0439 \u0437\u0430\u043f\u0440\u043e\u0441 \u043f\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u041e\u0442\u0440\u044b\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0438\u0437 \u0437\u0430\u043f\u0438\u0441\u0438 \u0432 \u0442\u043e\u043c \u0432\u0438\u0434\u0435, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u043e\u043d \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043e\u0442\u0440\u044b\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0430\u0442\u044c \u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u0435\u043c \u043e\u0442\u0440\u044b\u0432\u043e\u043a.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u0443 \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438 wp_pattern_category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "\u041f\u0435\u0440\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u0434\u043b\u0438\u043d\u0443 \u043e\u0442\u0440\u044b\u0432\u043a\u0430 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0435\u0441\u043b\u0438 \u043e\u043d\u0430 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u041e\u0442\u0440\u044b\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0438\u0437 \u0437\u0430\u043f\u0438\u0441\u0438 \u0432 \u0442\u043e\u043c \u0432\u0438\u0434\u0435, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u043e\u043d \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043e\u0442\u0440\u044b\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0430\u0442\u044c \u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u0435\u043c \u043e\u0442\u0440\u044b\u0432\u043e\u043a.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u0443 \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438 wp_pattern_category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0438 \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u0434\u0430\u043b\u044f\u0442\u044c.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "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": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0438\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u043a\u0430\u043a \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443. ",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u041e\u0442\u0440\u044b\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0438\u0437 \u0437\u0430\u043f\u0438\u0441\u0438 \u0432 \u0442\u043e\u043c \u0432\u0438\u0434\u0435, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u043e\u043d \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043e\u0442\u0440\u044b\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0430\u0442\u044c \u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u0435\u043c \u043e\u0442\u0440\u044b\u0432\u043e\u043a.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u0443 \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438 wp_pattern_category.",
                            "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": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "ID \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "Id  \u0448\u0430\u0431\u043b\u043e\u043d\u0430",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "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": "Id  \u0448\u0430\u0431\u043b\u043e\u043d\u0430",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Id  \u0448\u0430\u0431\u043b\u043e\u043d\u0430",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0438\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u043a\u0430\u043a \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443. ",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Id  \u0448\u0430\u0431\u043b\u043e\u043d\u0430",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Id  \u0448\u0430\u0431\u043b\u043e\u043d\u0430",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u044f\u0440\u043b\u044b\u043a \u0434\u043b\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0442\u0435\u043c\u044b \u0434\u043b\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u0422\u0438\u043f \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u0430, \u043a\u0430\u043a \u043e\u043d \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u043e\u043c.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0448\u0430\u0431\u043b\u043e\u043d\u0430 \u0432 \u0442\u043e\u043c \u0432\u0438\u0434\u0435, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u043e\u043d \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML-\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u0430, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "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": "Id  \u0448\u0430\u0431\u043b\u043e\u043d\u0430",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "ID \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0434\u043e \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u043e\u0433\u043e ID \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0439 \u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "\u0422\u0438\u043f \u0437\u0430\u043f\u0438\u0441\u0438, \u0434\u043b\u044f \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u043d\u0443\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d\u044b.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u044f\u0440\u043b\u044b\u043a \u0434\u043b\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0442\u0435\u043c\u044b \u0434\u043b\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u0422\u0438\u043f \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u0430, \u043a\u0430\u043a \u043e\u043d \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u043e\u043c.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0448\u0430\u0431\u043b\u043e\u043d\u0430 \u0432 \u0442\u043e\u043c \u0432\u0438\u0434\u0435, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u043e\u043d \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML-\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u0430, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp\/v2\/templates"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u042f\u0440\u043b\u044b\u043a \u0448\u0430\u0431\u043b\u043e\u043d\u0430, \u0434\u043b\u044f \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u043d\u0443\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u043f\u0430\u0441\u043d\u043e\u0439 \u0432\u0430\u0440\u0438\u0430\u043d\u0442",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "\u0423\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442, \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043b\u0438 \u0448\u0430\u0431\u043b\u043e\u043d \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u043c \u0438\u043b\u0438 \u0447\u0430\u0441\u0442\u044c\u044e \u0438\u0435\u0440\u0430\u0440\u0445\u0438\u0438 \u0448\u0430\u0431\u043b\u043e\u043d\u043e\u0432",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "\u041f\u0440\u0435\u0444\u0438\u043a\u0441 \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0435\u043c\u043e\u0433\u043e \u0448\u0430\u0431\u043b\u043e\u043d\u0430. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0438\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0442\u0438\u043f\u0430 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0433\u043e \u0448\u0430\u0431\u043b\u043e\u043d\u0430. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0432 \u0441\u043b\u0443\u0447\u0430\u0435 \u00ab\u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u044f-\u043a\u043d\u0438\u0433\u0438\u00bb \u044d\u0442\u043e \u0431\u0443\u0434\u0435\u0442 \u00ab\u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u044f\u00bb",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "Id  \u0448\u0430\u0431\u043b\u043e\u043d\u0430",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Id  \u0448\u0430\u0431\u043b\u043e\u043d\u0430",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u044f\u0440\u043b\u044b\u043a \u0434\u043b\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0442\u0435\u043c\u044b \u0434\u043b\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u0422\u0438\u043f \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u0430, \u043a\u0430\u043a \u043e\u043d \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u043e\u043c.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0448\u0430\u0431\u043b\u043e\u043d\u0430 \u0432 \u0442\u043e\u043c \u0432\u0438\u0434\u0435, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u043e\u043d \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML-\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u0430, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Id  \u0448\u0430\u0431\u043b\u043e\u043d\u0430",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0438 \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u0434\u0430\u043b\u044f\u0442\u044c.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Id  \u0448\u0430\u0431\u043b\u043e\u043d\u0430",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "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": "Id  \u0448\u0430\u0431\u043b\u043e\u043d\u0430",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Id  \u0448\u0430\u0431\u043b\u043e\u043d\u0430",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0438\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u043a\u0430\u043a \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443. ",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Id  \u0448\u0430\u0431\u043b\u043e\u043d\u0430",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Id  \u0448\u0430\u0431\u043b\u043e\u043d\u0430",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u044f\u0440\u043b\u044b\u043a \u0434\u043b\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0442\u0435\u043c\u044b \u0434\u043b\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u0422\u0438\u043f \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u0430, \u043a\u0430\u043a \u043e\u043d \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u043e\u043c.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0448\u0430\u0431\u043b\u043e\u043d\u0430 \u0432 \u0442\u043e\u043c \u0432\u0438\u0434\u0435, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u043e\u043d \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML-\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u0430, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u0413\u0434\u0435 \u043f\u0440\u0435\u0434\u043f\u043e\u043b\u0430\u0433\u0430\u0435\u0442\u0441\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0447\u0430\u0441\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d\u0430 ( \u0448\u0430\u043f\u043a\u0430, \u043f\u043e\u0434\u0432\u0430\u043b \u0438 \u0442.\u0434.)",
                            "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": "Id  \u0448\u0430\u0431\u043b\u043e\u043d\u0430",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "ID \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0434\u043e \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u043e\u0433\u043e ID \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0439 \u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "\u0422\u0438\u043f \u0437\u0430\u043f\u0438\u0441\u0438, \u0434\u043b\u044f \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u043d\u0443\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d\u044b.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u044f\u0440\u043b\u044b\u043a \u0434\u043b\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0442\u0435\u043c\u044b \u0434\u043b\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u0422\u0438\u043f \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u0430, \u043a\u0430\u043a \u043e\u043d \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u043e\u043c.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0448\u0430\u0431\u043b\u043e\u043d\u0430 \u0432 \u0442\u043e\u043c \u0432\u0438\u0434\u0435, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u043e\u043d \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML-\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u0430, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u0413\u0434\u0435 \u043f\u0440\u0435\u0434\u043f\u043e\u043b\u0430\u0433\u0430\u0435\u0442\u0441\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0447\u0430\u0441\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d\u0430 ( \u0448\u0430\u043f\u043a\u0430, \u043f\u043e\u0434\u0432\u0430\u043b \u0438 \u0442.\u0434.)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp\/v2\/template-parts"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u042f\u0440\u043b\u044b\u043a \u0448\u0430\u0431\u043b\u043e\u043d\u0430, \u0434\u043b\u044f \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u043d\u0443\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0437\u0430\u043f\u0430\u0441\u043d\u043e\u0439 \u0432\u0430\u0440\u0438\u0430\u043d\u0442",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "\u0423\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442, \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043b\u0438 \u0448\u0430\u0431\u043b\u043e\u043d \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u043c \u0438\u043b\u0438 \u0447\u0430\u0441\u0442\u044c\u044e \u0438\u0435\u0440\u0430\u0440\u0445\u0438\u0438 \u0448\u0430\u0431\u043b\u043e\u043d\u043e\u0432",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "\u041f\u0440\u0435\u0444\u0438\u043a\u0441 \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0435\u043c\u043e\u0433\u043e \u0448\u0430\u0431\u043b\u043e\u043d\u0430. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0438\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0442\u0438\u043f\u0430 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0433\u043e \u0448\u0430\u0431\u043b\u043e\u043d\u0430. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0432 \u0441\u043b\u0443\u0447\u0430\u0435 \u00ab\u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u044f-\u043a\u043d\u0438\u0433\u0438\u00bb \u044d\u0442\u043e \u0431\u0443\u0434\u0435\u0442 \u00ab\u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u044f\u00bb",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "Id  \u0448\u0430\u0431\u043b\u043e\u043d\u0430",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Id  \u0448\u0430\u0431\u043b\u043e\u043d\u0430",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u044f\u0440\u043b\u044b\u043a \u0434\u043b\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0442\u0435\u043c\u044b \u0434\u043b\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u0422\u0438\u043f \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u0430, \u043a\u0430\u043a \u043e\u043d \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u043e\u043c.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0448\u0430\u0431\u043b\u043e\u043d\u0430 \u0432 \u0442\u043e\u043c \u0432\u0438\u0434\u0435, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u043e\u043d \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML-\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u0430, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u0413\u0434\u0435 \u043f\u0440\u0435\u0434\u043f\u043e\u043b\u0430\u0433\u0430\u0435\u0442\u0441\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0447\u0430\u0441\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d\u0430 ( \u0448\u0430\u043f\u043a\u0430, \u043f\u043e\u0434\u0432\u0430\u043b \u0438 \u0442.\u0434.)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Id  \u0448\u0430\u0431\u043b\u043e\u043d\u0430",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0438 \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u0434\u0430\u043b\u044f\u0442\u044c.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "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": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u044b\u0445 \u0441\u0442\u0438\u043b\u0435\u0439.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u044b\u0445 \u0441\u0442\u0438\u043b\u0435\u0439.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0442\u0435\u043c\u044b",
                            "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": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0442\u0435\u043c\u044b",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<id>[\\\/\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "id": {
                            "description": "Id  \u0448\u0430\u0431\u043b\u043e\u043d\u0430",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "styles": {
                            "description": "\u0413\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u044b\u0435 \u0441\u0442\u0438\u043b\u0438.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "settings": {
                            "description": "\u041e\u0431\u0449\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0432\u0430\u0440\u0438\u0430\u0446\u0438\u0438 \u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u044b\u0445 \u0441\u0442\u0438\u043b\u0435\u0439.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0432\u0430\u0440\u0438\u0430\u0446\u0438\u0438 \u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u044b\u0445 \u0441\u0442\u0438\u043b\u0435\u0439, \u0432 \u0432\u0438\u0434\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "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": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b. ",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u041a\u0430\u043a \u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0432\u043e\u0434\u0438\u043c\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u041c\u0430\u0441\u0441\u0438\u0432 \u0438\u043c\u0435\u043d \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u044f\u0440\u043b\u044b\u043a\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0435\u0441\u043b\u0438 \u043e\u043d\u0430 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0438 \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u0434\u0430\u043b\u044f\u0442\u044c.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "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": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0438\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u043a\u0430\u043a \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443. ",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "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": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "ID \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u041a\u0430\u043a \u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0432\u043e\u0434\u0438\u043c\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u044f\u0440\u043b\u044b\u043a\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "theme_json_version": {
                            "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0441\u0445\u0435\u043c\u044b theme.json, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0434\u043b\u044f \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u0442\u0438\u043f\u043e\u0433\u0440\u0430\u0444\u0438\u043a\u0438.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435 font-face \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 theme.json, \u0437\u0430\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u043a\u0430\u043a \u0441\u0442\u0440\u043e\u043a\u0430.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "theme_json_version": {
                            "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0441\u0445\u0435\u043c\u044b theme.json, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0434\u043b\u044f \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u0442\u0438\u043f\u043e\u0433\u0440\u0430\u0444\u0438\u043a\u0438.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435 font-face \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 theme.json, \u0437\u0430\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u043a\u0430\u043a \u0441\u0442\u0440\u043e\u043a\u0430.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0438 \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u0434\u0430\u043b\u044f\u0442\u044c.",
                            "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": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0441\u0435\u043c\u0435\u0439\u0441\u0442\u0432\u0430 \u0448\u0440\u0438\u0444\u0442\u043e\u0432 \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043d\u0430\u0447\u0435\u0440\u0442\u0430\u043d\u0438\u044f \u0448\u0440\u0438\u0444\u0442\u0430.",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u041a\u0430\u043a \u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0432\u043e\u0434\u0438\u043c\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0441\u0435\u043c\u0435\u0439\u0441\u0442\u0432\u0430 \u0448\u0440\u0438\u0444\u0442\u043e\u0432 \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043d\u0430\u0447\u0435\u0440\u0442\u0430\u043d\u0438\u044f \u0448\u0440\u0438\u0444\u0442\u0430.",
                            "type": "integer",
                            "required": true
                        },
                        "theme_json_version": {
                            "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0441\u0445\u0435\u043c\u044b theme.json, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0434\u043b\u044f \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u0442\u0438\u043f\u043e\u0433\u0440\u0430\u0444\u0438\u043a\u0438.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_face_settings": {
                            "description": "\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435 font-face \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 theme.json, \u0437\u0430\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u043a\u0430\u043a \u0441\u0442\u0440\u043e\u043a\u0430.",
                            "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": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0441\u0435\u043c\u0435\u0439\u0441\u0442\u0432\u0430 \u0448\u0440\u0438\u0444\u0442\u043e\u0432 \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043d\u0430\u0447\u0435\u0440\u0442\u0430\u043d\u0438\u044f \u0448\u0440\u0438\u0444\u0442\u0430.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0433\u0430\u0440\u043d\u0438\u0442\u0443\u0440\u044b \u0448\u0440\u0438\u0444\u0442\u0430.",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0441\u0435\u043c\u0435\u0439\u0441\u0442\u0432\u0430 \u0448\u0440\u0438\u0444\u0442\u043e\u0432 \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043d\u0430\u0447\u0435\u0440\u0442\u0430\u043d\u0438\u044f \u0448\u0440\u0438\u0444\u0442\u0430.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0433\u0430\u0440\u043d\u0438\u0442\u0443\u0440\u044b \u0448\u0440\u0438\u0444\u0442\u0430.",
                            "type": "integer",
                            "required": true
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0438 \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u0434\u0430\u043b\u044f\u0442\u044c.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_form": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b. ",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 \u0430\u0432\u0442\u043e\u0440\u043e\u0432.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u043c \u0430\u0432\u0442\u043e\u0440\u0430\u043c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u041a\u0430\u043a \u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0432\u043e\u0434\u0438\u043c\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u041c\u0430\u0441\u0441\u0438\u0432 \u0438\u043c\u0435\u043d \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u044f\u0440\u043b\u044b\u043a\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_fields": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "uniqueID": {
                                                "type": "string"
                                            },
                                            "name": {
                                                "type": "string"
                                            },
                                            "label": {
                                                "type": "string"
                                            },
                                            "type": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_form_email": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "emailTo": "",
                                        "subject": "",
                                        "fromEmail": "",
                                        "fromName": "",
                                        "replyTo": "email_field",
                                        "cc": "",
                                        "bcc": "",
                                        "html": true
                                    },
                                    "properties": {
                                        "emailTo": {
                                            "type": "string"
                                        },
                                        "subject": {
                                            "type": "string"
                                        },
                                        "fromEmail": {
                                            "type": "string"
                                        },
                                        "fromName": {
                                            "type": "string"
                                        },
                                        "replyTo": {
                                            "type": "string"
                                        },
                                        "cc": {
                                            "type": "string"
                                        },
                                        "bcc": {
                                            "type": "string"
                                        },
                                        "html": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mailerlite": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "group": [],
                                        "map": []
                                    },
                                    "properties": {
                                        "group": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_fluentcrm": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "lists": [],
                                        "tags": [],
                                        "map": [],
                                        "doubleOptin": false
                                    },
                                    "properties": {
                                        "lists": {
                                            "type": "array"
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        },
                                        "doubleOptin": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_sendinblue": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "lists": [],
                                        "map": []
                                    },
                                    "properties": {
                                        "lists": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mailchimp": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "list": [],
                                        "map": [],
                                        "groups": [],
                                        "tags": [],
                                        "doubleOptin": false
                                    },
                                    "properties": {
                                        "list": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        },
                                        "groups": {
                                            "type": "array"
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "doubleOptin": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_getresponse": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "automation": [],
                                        "tags": [],
                                        "map": [],
                                        "listMulti": [],
                                        "doubleOptin": false
                                    },
                                    "properties": {
                                        "automation": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        },
                                        "listMulti": {
                                            "type": "array"
                                        },
                                        "doubleOptin": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_convertkit": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "form": [],
                                        "sequence": [],
                                        "tags": [],
                                        "map": []
                                    },
                                    "properties": {
                                        "form": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "number"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "sequence": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "number"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_activecampaign": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "list": [],
                                        "automation": [],
                                        "tags": [],
                                        "map": [],
                                        "listMulti": [],
                                        "doubleOptin": false
                                    },
                                    "properties": {
                                        "list": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "automation": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        },
                                        "listMulti": {
                                            "type": "array"
                                        },
                                        "doubleOptin": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_modified_in_kf_plugin": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_form_browserValidation": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_form_enableAnalytics": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_form_redirect": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_submitHide": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_form_recaptcha": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_form_recaptchaVersion": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "v3"
                                },
                                "_kad_form_webhook": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "url": "",
                                        "map": []
                                    },
                                    "properties": {
                                        "url": {
                                            "type": "string"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_autoEmail": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "emailTo": "",
                                        "subject": "",
                                        "message": "",
                                        "fromEmail": "",
                                        "fromName": "",
                                        "replyTo": "",
                                        "cc": "",
                                        "bcc": "",
                                        "html": true
                                    },
                                    "properties": {
                                        "emailTo": {
                                            "type": "string"
                                        },
                                        "subject": {
                                            "type": "string"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "fromEmail": {
                                            "type": "string"
                                        },
                                        "fromName": {
                                            "type": "string"
                                        },
                                        "replyTo": {
                                            "type": "string"
                                        },
                                        "cc": {
                                            "type": "string"
                                        },
                                        "bcc": {
                                            "type": "string"
                                        },
                                        "html": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_entry": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "userIP": true,
                                        "userDevice": true
                                    },
                                    "properties": {
                                        "userIP": {
                                            "type": "boolean"
                                        },
                                        "userDevice": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_fieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_form_tabletFieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_form_mobileFieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_form_fieldBorderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px",
                                    "properties": "px"
                                },
                                "_kad_form_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_fieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_tabletFieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mobileFieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_messages": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "success": "",
                                        "error": "",
                                        "required": "",
                                        "invalid": "",
                                        "recaptchaerror": "",
                                        "preError": ""
                                    },
                                    "properties": {
                                        "success": {
                                            "type": "string"
                                        },
                                        "error": {
                                            "type": "string"
                                        },
                                        "required": {
                                            "type": "string"
                                        },
                                        "invalid": {
                                            "type": "string"
                                        },
                                        "recaptchaerror": {
                                            "type": "string"
                                        },
                                        "preError": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_inputFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "colorActive": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "colorActive": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_style": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "showRequired": true,
                                        "size": "standard",
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "tabletPadding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "mobilePadding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "paddingUnit": "px",
                                        "requiredColor": "",
                                        "background": "",
                                        "backgroundActive": "",
                                        "borderActive": "",
                                        "placeholderColor": "",
                                        "gradient": "",
                                        "gradientActive": "",
                                        "backgroundType": "normal",
                                        "backgroundActiveType": "normal",
                                        "boxShadow": [
                                            false,
                                            "#000000",
                                            0.2,
                                            1,
                                            1,
                                            2,
                                            0,
                                            false
                                        ],
                                        "boxShadowActive": [
                                            false,
                                            "#000000",
                                            0.4,
                                            2,
                                            2,
                                            3,
                                            0,
                                            false
                                        ],
                                        "gap": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "gapUnit": "px",
                                        "labelStyle": "normal",
                                        "basicStyles": true,
                                        "isDark": false
                                    },
                                    "properties": {
                                        "showRequired": {
                                            "type": "boolean"
                                        },
                                        "size": {
                                            "type": "string"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "tabletPadding": {
                                            "type": "array"
                                        },
                                        "mobilePadding": {
                                            "type": "array"
                                        },
                                        "paddingUnit": {
                                            "type": "string"
                                        },
                                        "requiredColor": {
                                            "type": "string"
                                        },
                                        "background": {
                                            "type": "string"
                                        },
                                        "backgroundActive": {
                                            "type": "string"
                                        },
                                        "borderActive": {
                                            "type": "string"
                                        },
                                        "placeholderColor": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        },
                                        "gradientActive": {
                                            "type": "string"
                                        },
                                        "backgroundType": {
                                            "type": "string"
                                        },
                                        "backgroundActiveType": {
                                            "type": "string"
                                        },
                                        "boxShadow": {
                                            "type": "array"
                                        },
                                        "boxShadowActive": {
                                            "type": "array"
                                        },
                                        "gap": {
                                            "type": "array"
                                        },
                                        "gapUnit": {
                                            "type": "string"
                                        },
                                        "labelStyle": {
                                            "type": "string"
                                        },
                                        "basicStyles": {
                                            "type": "boolean"
                                        },
                                        "isDark": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_background": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "background": "",
                                        "gradient": "",
                                        "backgroundType": "normal"
                                    },
                                    "properties": {
                                        "background": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        },
                                        "backgroundType": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_labelFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_radioLabelFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_helpFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_messageBorderSuccess": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_tabletMessageBorderSuccess": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mobileMessageBorderSuccess": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_messageBorderError": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_tabletMessageBorderError": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mobileMessageBorderError": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_className": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_actions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "email"
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_messageBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tabletMessageBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobileMessageBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_messageBorderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_messagePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tableMessagePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobileMessagePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_messagePaddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_messageMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tabletMessageMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobileMessageMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_messageMarginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_messageColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_messageBackground": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_messageColorError": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_messageBackgroundError": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_messageFont": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizetype": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadgoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizetype": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadgoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_form_maxWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_maxWidth": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_importId": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0435\u0441\u043b\u0438 \u043e\u043d\u0430 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_fields": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "uniqueID": {
                                                "type": "string"
                                            },
                                            "name": {
                                                "type": "string"
                                            },
                                            "label": {
                                                "type": "string"
                                            },
                                            "type": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_form_email": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "emailTo": "",
                                        "subject": "",
                                        "fromEmail": "",
                                        "fromName": "",
                                        "replyTo": "email_field",
                                        "cc": "",
                                        "bcc": "",
                                        "html": true
                                    },
                                    "properties": {
                                        "emailTo": {
                                            "type": "string"
                                        },
                                        "subject": {
                                            "type": "string"
                                        },
                                        "fromEmail": {
                                            "type": "string"
                                        },
                                        "fromName": {
                                            "type": "string"
                                        },
                                        "replyTo": {
                                            "type": "string"
                                        },
                                        "cc": {
                                            "type": "string"
                                        },
                                        "bcc": {
                                            "type": "string"
                                        },
                                        "html": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mailerlite": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "group": [],
                                        "map": []
                                    },
                                    "properties": {
                                        "group": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_fluentcrm": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "lists": [],
                                        "tags": [],
                                        "map": [],
                                        "doubleOptin": false
                                    },
                                    "properties": {
                                        "lists": {
                                            "type": "array"
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        },
                                        "doubleOptin": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_sendinblue": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "lists": [],
                                        "map": []
                                    },
                                    "properties": {
                                        "lists": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mailchimp": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "list": [],
                                        "map": [],
                                        "groups": [],
                                        "tags": [],
                                        "doubleOptin": false
                                    },
                                    "properties": {
                                        "list": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        },
                                        "groups": {
                                            "type": "array"
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "doubleOptin": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_getresponse": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "automation": [],
                                        "tags": [],
                                        "map": [],
                                        "listMulti": [],
                                        "doubleOptin": false
                                    },
                                    "properties": {
                                        "automation": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        },
                                        "listMulti": {
                                            "type": "array"
                                        },
                                        "doubleOptin": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_convertkit": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "form": [],
                                        "sequence": [],
                                        "tags": [],
                                        "map": []
                                    },
                                    "properties": {
                                        "form": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "number"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "sequence": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "number"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_activecampaign": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "list": [],
                                        "automation": [],
                                        "tags": [],
                                        "map": [],
                                        "listMulti": [],
                                        "doubleOptin": false
                                    },
                                    "properties": {
                                        "list": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "automation": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        },
                                        "listMulti": {
                                            "type": "array"
                                        },
                                        "doubleOptin": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_modified_in_kf_plugin": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_form_browserValidation": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_form_enableAnalytics": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_form_redirect": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_submitHide": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_form_recaptcha": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_form_recaptchaVersion": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "v3"
                                },
                                "_kad_form_webhook": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "url": "",
                                        "map": []
                                    },
                                    "properties": {
                                        "url": {
                                            "type": "string"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_autoEmail": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "emailTo": "",
                                        "subject": "",
                                        "message": "",
                                        "fromEmail": "",
                                        "fromName": "",
                                        "replyTo": "",
                                        "cc": "",
                                        "bcc": "",
                                        "html": true
                                    },
                                    "properties": {
                                        "emailTo": {
                                            "type": "string"
                                        },
                                        "subject": {
                                            "type": "string"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "fromEmail": {
                                            "type": "string"
                                        },
                                        "fromName": {
                                            "type": "string"
                                        },
                                        "replyTo": {
                                            "type": "string"
                                        },
                                        "cc": {
                                            "type": "string"
                                        },
                                        "bcc": {
                                            "type": "string"
                                        },
                                        "html": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_entry": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "userIP": true,
                                        "userDevice": true
                                    },
                                    "properties": {
                                        "userIP": {
                                            "type": "boolean"
                                        },
                                        "userDevice": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_fieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_form_tabletFieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_form_mobileFieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_form_fieldBorderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px",
                                    "properties": "px"
                                },
                                "_kad_form_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_fieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_tabletFieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mobileFieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_messages": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "success": "",
                                        "error": "",
                                        "required": "",
                                        "invalid": "",
                                        "recaptchaerror": "",
                                        "preError": ""
                                    },
                                    "properties": {
                                        "success": {
                                            "type": "string"
                                        },
                                        "error": {
                                            "type": "string"
                                        },
                                        "required": {
                                            "type": "string"
                                        },
                                        "invalid": {
                                            "type": "string"
                                        },
                                        "recaptchaerror": {
                                            "type": "string"
                                        },
                                        "preError": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_inputFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "colorActive": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "colorActive": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_style": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "showRequired": true,
                                        "size": "standard",
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "tabletPadding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "mobilePadding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "paddingUnit": "px",
                                        "requiredColor": "",
                                        "background": "",
                                        "backgroundActive": "",
                                        "borderActive": "",
                                        "placeholderColor": "",
                                        "gradient": "",
                                        "gradientActive": "",
                                        "backgroundType": "normal",
                                        "backgroundActiveType": "normal",
                                        "boxShadow": [
                                            false,
                                            "#000000",
                                            0.2,
                                            1,
                                            1,
                                            2,
                                            0,
                                            false
                                        ],
                                        "boxShadowActive": [
                                            false,
                                            "#000000",
                                            0.4,
                                            2,
                                            2,
                                            3,
                                            0,
                                            false
                                        ],
                                        "gap": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "gapUnit": "px",
                                        "labelStyle": "normal",
                                        "basicStyles": true,
                                        "isDark": false
                                    },
                                    "properties": {
                                        "showRequired": {
                                            "type": "boolean"
                                        },
                                        "size": {
                                            "type": "string"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "tabletPadding": {
                                            "type": "array"
                                        },
                                        "mobilePadding": {
                                            "type": "array"
                                        },
                                        "paddingUnit": {
                                            "type": "string"
                                        },
                                        "requiredColor": {
                                            "type": "string"
                                        },
                                        "background": {
                                            "type": "string"
                                        },
                                        "backgroundActive": {
                                            "type": "string"
                                        },
                                        "borderActive": {
                                            "type": "string"
                                        },
                                        "placeholderColor": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        },
                                        "gradientActive": {
                                            "type": "string"
                                        },
                                        "backgroundType": {
                                            "type": "string"
                                        },
                                        "backgroundActiveType": {
                                            "type": "string"
                                        },
                                        "boxShadow": {
                                            "type": "array"
                                        },
                                        "boxShadowActive": {
                                            "type": "array"
                                        },
                                        "gap": {
                                            "type": "array"
                                        },
                                        "gapUnit": {
                                            "type": "string"
                                        },
                                        "labelStyle": {
                                            "type": "string"
                                        },
                                        "basicStyles": {
                                            "type": "boolean"
                                        },
                                        "isDark": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_background": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "background": "",
                                        "gradient": "",
                                        "backgroundType": "normal"
                                    },
                                    "properties": {
                                        "background": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        },
                                        "backgroundType": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_labelFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_radioLabelFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_helpFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_messageBorderSuccess": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_tabletMessageBorderSuccess": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mobileMessageBorderSuccess": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_messageBorderError": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_tabletMessageBorderError": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mobileMessageBorderError": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_className": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_actions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "email"
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_messageBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tabletMessageBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobileMessageBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_messageBorderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_messagePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tableMessagePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobileMessagePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_messagePaddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_messageMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tabletMessageMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobileMessageMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_messageMarginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_messageColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_messageBackground": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_messageColorError": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_messageBackgroundError": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_messageFont": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizetype": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadgoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizetype": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadgoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_form_maxWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_maxWidth": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_importId": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0438 \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u0434\u0430\u043b\u044f\u0442\u044c.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_form\/auto-draft": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "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": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0438\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u043a\u0430\u043a \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443. ",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_form\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_fields": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "uniqueID": {
                                                "type": "string"
                                            },
                                            "name": {
                                                "type": "string"
                                            },
                                            "label": {
                                                "type": "string"
                                            },
                                            "type": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_form_email": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "emailTo": "",
                                        "subject": "",
                                        "fromEmail": "",
                                        "fromName": "",
                                        "replyTo": "email_field",
                                        "cc": "",
                                        "bcc": "",
                                        "html": true
                                    },
                                    "properties": {
                                        "emailTo": {
                                            "type": "string"
                                        },
                                        "subject": {
                                            "type": "string"
                                        },
                                        "fromEmail": {
                                            "type": "string"
                                        },
                                        "fromName": {
                                            "type": "string"
                                        },
                                        "replyTo": {
                                            "type": "string"
                                        },
                                        "cc": {
                                            "type": "string"
                                        },
                                        "bcc": {
                                            "type": "string"
                                        },
                                        "html": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mailerlite": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "group": [],
                                        "map": []
                                    },
                                    "properties": {
                                        "group": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_fluentcrm": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "lists": [],
                                        "tags": [],
                                        "map": [],
                                        "doubleOptin": false
                                    },
                                    "properties": {
                                        "lists": {
                                            "type": "array"
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        },
                                        "doubleOptin": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_sendinblue": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "lists": [],
                                        "map": []
                                    },
                                    "properties": {
                                        "lists": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mailchimp": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "list": [],
                                        "map": [],
                                        "groups": [],
                                        "tags": [],
                                        "doubleOptin": false
                                    },
                                    "properties": {
                                        "list": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        },
                                        "groups": {
                                            "type": "array"
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "doubleOptin": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_getresponse": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "automation": [],
                                        "tags": [],
                                        "map": [],
                                        "listMulti": [],
                                        "doubleOptin": false
                                    },
                                    "properties": {
                                        "automation": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        },
                                        "listMulti": {
                                            "type": "array"
                                        },
                                        "doubleOptin": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_convertkit": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "form": [],
                                        "sequence": [],
                                        "tags": [],
                                        "map": []
                                    },
                                    "properties": {
                                        "form": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "number"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "sequence": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "number"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_activecampaign": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "list": [],
                                        "automation": [],
                                        "tags": [],
                                        "map": [],
                                        "listMulti": [],
                                        "doubleOptin": false
                                    },
                                    "properties": {
                                        "list": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "automation": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        },
                                        "listMulti": {
                                            "type": "array"
                                        },
                                        "doubleOptin": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_modified_in_kf_plugin": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_form_browserValidation": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_form_enableAnalytics": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_form_redirect": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_submitHide": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_form_recaptcha": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_form_recaptchaVersion": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "v3"
                                },
                                "_kad_form_webhook": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "url": "",
                                        "map": []
                                    },
                                    "properties": {
                                        "url": {
                                            "type": "string"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_autoEmail": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "emailTo": "",
                                        "subject": "",
                                        "message": "",
                                        "fromEmail": "",
                                        "fromName": "",
                                        "replyTo": "",
                                        "cc": "",
                                        "bcc": "",
                                        "html": true
                                    },
                                    "properties": {
                                        "emailTo": {
                                            "type": "string"
                                        },
                                        "subject": {
                                            "type": "string"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "fromEmail": {
                                            "type": "string"
                                        },
                                        "fromName": {
                                            "type": "string"
                                        },
                                        "replyTo": {
                                            "type": "string"
                                        },
                                        "cc": {
                                            "type": "string"
                                        },
                                        "bcc": {
                                            "type": "string"
                                        },
                                        "html": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_entry": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "userIP": true,
                                        "userDevice": true
                                    },
                                    "properties": {
                                        "userIP": {
                                            "type": "boolean"
                                        },
                                        "userDevice": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_fieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_form_tabletFieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_form_mobileFieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_form_fieldBorderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px",
                                    "properties": "px"
                                },
                                "_kad_form_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_fieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_tabletFieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mobileFieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_messages": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "success": "",
                                        "error": "",
                                        "required": "",
                                        "invalid": "",
                                        "recaptchaerror": "",
                                        "preError": ""
                                    },
                                    "properties": {
                                        "success": {
                                            "type": "string"
                                        },
                                        "error": {
                                            "type": "string"
                                        },
                                        "required": {
                                            "type": "string"
                                        },
                                        "invalid": {
                                            "type": "string"
                                        },
                                        "recaptchaerror": {
                                            "type": "string"
                                        },
                                        "preError": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_inputFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "colorActive": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "colorActive": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_style": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "showRequired": true,
                                        "size": "standard",
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "tabletPadding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "mobilePadding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "paddingUnit": "px",
                                        "requiredColor": "",
                                        "background": "",
                                        "backgroundActive": "",
                                        "borderActive": "",
                                        "placeholderColor": "",
                                        "gradient": "",
                                        "gradientActive": "",
                                        "backgroundType": "normal",
                                        "backgroundActiveType": "normal",
                                        "boxShadow": [
                                            false,
                                            "#000000",
                                            0.2,
                                            1,
                                            1,
                                            2,
                                            0,
                                            false
                                        ],
                                        "boxShadowActive": [
                                            false,
                                            "#000000",
                                            0.4,
                                            2,
                                            2,
                                            3,
                                            0,
                                            false
                                        ],
                                        "gap": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "gapUnit": "px",
                                        "labelStyle": "normal",
                                        "basicStyles": true,
                                        "isDark": false
                                    },
                                    "properties": {
                                        "showRequired": {
                                            "type": "boolean"
                                        },
                                        "size": {
                                            "type": "string"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "tabletPadding": {
                                            "type": "array"
                                        },
                                        "mobilePadding": {
                                            "type": "array"
                                        },
                                        "paddingUnit": {
                                            "type": "string"
                                        },
                                        "requiredColor": {
                                            "type": "string"
                                        },
                                        "background": {
                                            "type": "string"
                                        },
                                        "backgroundActive": {
                                            "type": "string"
                                        },
                                        "borderActive": {
                                            "type": "string"
                                        },
                                        "placeholderColor": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        },
                                        "gradientActive": {
                                            "type": "string"
                                        },
                                        "backgroundType": {
                                            "type": "string"
                                        },
                                        "backgroundActiveType": {
                                            "type": "string"
                                        },
                                        "boxShadow": {
                                            "type": "array"
                                        },
                                        "boxShadowActive": {
                                            "type": "array"
                                        },
                                        "gap": {
                                            "type": "array"
                                        },
                                        "gapUnit": {
                                            "type": "string"
                                        },
                                        "labelStyle": {
                                            "type": "string"
                                        },
                                        "basicStyles": {
                                            "type": "boolean"
                                        },
                                        "isDark": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_background": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "background": "",
                                        "gradient": "",
                                        "backgroundType": "normal"
                                    },
                                    "properties": {
                                        "background": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        },
                                        "backgroundType": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_labelFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_radioLabelFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_helpFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_messageBorderSuccess": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_tabletMessageBorderSuccess": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mobileMessageBorderSuccess": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_messageBorderError": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_tabletMessageBorderError": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mobileMessageBorderError": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_className": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_actions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "email"
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_messageBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tabletMessageBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobileMessageBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_messageBorderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_messagePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tableMessagePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobileMessagePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_messagePaddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_messageMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tabletMessageMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobileMessageMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_messageMarginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_messageColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_messageBackground": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_messageColorError": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_messageBackgroundError": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_messageFont": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizetype": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadgoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizetype": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadgoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_form_maxWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_maxWidth": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_importId": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "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": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "ID \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b. ",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u041a\u0430\u043a \u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0432\u043e\u0434\u0438\u043c\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u041c\u0430\u0441\u0441\u0438\u0432 \u0438\u043c\u0435\u043d \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u044f\u0440\u043b\u044b\u043a\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_className": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_paddingDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletPaddingDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobilePaddingDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_paddingDropdownUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_marginDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletMarginDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobileMarginDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_marginDropdownUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_paddingLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletPaddingLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobilePaddingLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_paddingLinkUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_marginLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletMarginLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobileMarginLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_marginLinkUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_paddingDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletPaddingDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobilePaddingDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_paddingDropdownLinkUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_marginDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletMarginDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobileMarginDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_marginDropdownLinkUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_orientation": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_orientationTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_orientationMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_spacing": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_spacingTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_spacingMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_styleTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_styleMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_spacingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "em"
                                },
                                "_kad_navigation_horizontalLayout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "standard"
                                },
                                "_kad_navigation_horizontalLayoutTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_horizontalLayoutMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_horizontalGrid": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_horizontalGridTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_horizontalGridMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_stretchFill": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "standard"
                                },
                                "_kad_navigation_stretchFillTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_stretchFillMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_parentActive": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_parentActiveTablet": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_parentActiveMobile": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_collapseSubMenus": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_navigation_collapseSubMenusTablet": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_navigation_collapseSubMenusMobile": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_navigation_parentTogglesMenus": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_parentTogglesMenusTablet": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_parentTogglesMenusMobile": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_linkColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_background": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdown": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdown": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorSticky": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundSticky": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_divider": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dividerTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dividerMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownDivider": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownDividerTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownDividerMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_transparentDivider": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_transparentDividerTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_transparentDividerMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_stickyDivider": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_stickyDividerTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_stickyDividerMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_typography": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizeType": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadGoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizeType": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadGoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownTypography": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizeType": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadGoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizeType": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadGoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_descriptionTypography": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizeType": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadGoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizeType": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadGoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownDescriptionTypography": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizeType": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadGoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizeType": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadGoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownWidth": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownWidthTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownWidthMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_dropdownVerticalSpacing": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownVerticalSpacingTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownVerticalSpacingMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownVerticalSpacingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "em"
                                },
                                "_kad_navigation_dropdownHorizontalAlignment": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownHorizontalAlignmentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownHorizontalAlignmentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionSpacing": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionSpacingTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionSpacingMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionSpacingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_dropdownDescriptionSpacing": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionSpacingTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionSpacingMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionSpacingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_descriptionPositioning": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_descriptionPositioningTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionPositioningMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionPositioning": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_dropdownDescriptionPositioningTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionPositioningMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownShadow": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.1,
                                            "spread": 0,
                                            "blur": 13,
                                            "hOffset": 0,
                                            "vOffset": 2,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownReveal": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownRevealTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownRevealMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownBorder": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownBorderTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownBorderMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_navigation_dropdownBorderRadiusTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_navigation_dropdownBorderRadiusMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_navigation_dropdownBorderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_backgroundType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_backgroundTypeHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_backgroundTypeActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_backgroundGradient": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundGradientHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundGradientActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_border": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderHover": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderHoverTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderHoverMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderActive": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderActiveTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderActiveMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusHover": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusHoverTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusHoverMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusActive": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusActiveTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusActiveMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_borderRadiusUnitHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_borderRadiusUnitActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_shadow": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.2,
                                            "spread": 0,
                                            "blur": 2,
                                            "hOffset": 1,
                                            "vOffset": 1,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_shadowHover": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.2,
                                            "spread": 0,
                                            "blur": 2,
                                            "hOffset": 1,
                                            "vOffset": 1,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_shadowActive": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.2,
                                            "spread": 0,
                                            "blur": 2,
                                            "hOffset": 1,
                                            "vOffset": 1,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_linkHorizontalAlignment": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkHorizontalAlignmentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkHorizontalAlignmentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownLinkHorizontalAlignment": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownLinkHorizontalAlignmentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownLinkHorizontalAlignmentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_enableScrollSpy": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_scrollSpyOffsetManual": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_scrollSpyOffset": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_scrollSpyOffsetTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_scrollSpyOffsetMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0435\u0441\u043b\u0438 \u043e\u043d\u0430 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_className": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_paddingDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletPaddingDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobilePaddingDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_paddingDropdownUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_marginDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletMarginDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobileMarginDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_marginDropdownUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_paddingLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletPaddingLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobilePaddingLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_paddingLinkUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_marginLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletMarginLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobileMarginLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_marginLinkUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_paddingDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletPaddingDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobilePaddingDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_paddingDropdownLinkUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_marginDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletMarginDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobileMarginDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_marginDropdownLinkUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_orientation": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_orientationTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_orientationMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_spacing": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_spacingTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_spacingMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_styleTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_styleMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_spacingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "em"
                                },
                                "_kad_navigation_horizontalLayout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "standard"
                                },
                                "_kad_navigation_horizontalLayoutTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_horizontalLayoutMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_horizontalGrid": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_horizontalGridTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_horizontalGridMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_stretchFill": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "standard"
                                },
                                "_kad_navigation_stretchFillTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_stretchFillMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_parentActive": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_parentActiveTablet": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_parentActiveMobile": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_collapseSubMenus": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_navigation_collapseSubMenusTablet": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_navigation_collapseSubMenusMobile": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_navigation_parentTogglesMenus": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_parentTogglesMenusTablet": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_parentTogglesMenusMobile": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_linkColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_background": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdown": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdown": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorSticky": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundSticky": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_divider": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dividerTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dividerMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownDivider": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownDividerTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownDividerMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_transparentDivider": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_transparentDividerTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_transparentDividerMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_stickyDivider": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_stickyDividerTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_stickyDividerMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_typography": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizeType": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadGoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizeType": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadGoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownTypography": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizeType": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadGoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizeType": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadGoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_descriptionTypography": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizeType": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadGoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizeType": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadGoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownDescriptionTypography": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizeType": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadGoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizeType": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadGoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownWidth": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownWidthTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownWidthMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_dropdownVerticalSpacing": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownVerticalSpacingTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownVerticalSpacingMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownVerticalSpacingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "em"
                                },
                                "_kad_navigation_dropdownHorizontalAlignment": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownHorizontalAlignmentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownHorizontalAlignmentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionSpacing": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionSpacingTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionSpacingMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionSpacingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_dropdownDescriptionSpacing": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionSpacingTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionSpacingMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionSpacingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_descriptionPositioning": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_descriptionPositioningTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionPositioningMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionPositioning": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_dropdownDescriptionPositioningTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionPositioningMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownShadow": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.1,
                                            "spread": 0,
                                            "blur": 13,
                                            "hOffset": 0,
                                            "vOffset": 2,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownReveal": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownRevealTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownRevealMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownBorder": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownBorderTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownBorderMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_navigation_dropdownBorderRadiusTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_navigation_dropdownBorderRadiusMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_navigation_dropdownBorderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_backgroundType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_backgroundTypeHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_backgroundTypeActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_backgroundGradient": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundGradientHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundGradientActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_border": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderHover": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderHoverTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderHoverMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderActive": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderActiveTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderActiveMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusHover": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusHoverTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusHoverMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusActive": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusActiveTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusActiveMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_borderRadiusUnitHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_borderRadiusUnitActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_shadow": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.2,
                                            "spread": 0,
                                            "blur": 2,
                                            "hOffset": 1,
                                            "vOffset": 1,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_shadowHover": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.2,
                                            "spread": 0,
                                            "blur": 2,
                                            "hOffset": 1,
                                            "vOffset": 1,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_shadowActive": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.2,
                                            "spread": 0,
                                            "blur": 2,
                                            "hOffset": 1,
                                            "vOffset": 1,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_linkHorizontalAlignment": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkHorizontalAlignmentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkHorizontalAlignmentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownLinkHorizontalAlignment": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownLinkHorizontalAlignmentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownLinkHorizontalAlignmentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_enableScrollSpy": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_scrollSpyOffsetManual": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_scrollSpyOffset": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_scrollSpyOffsetTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_scrollSpyOffsetMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0438 \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u0434\u0430\u043b\u044f\u0442\u044c.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_navigation\/auto-draft": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "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": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0438\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u043a\u0430\u043a \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443. ",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_navigation\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_className": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_paddingDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletPaddingDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobilePaddingDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_paddingDropdownUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_marginDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletMarginDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobileMarginDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_marginDropdownUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_paddingLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletPaddingLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobilePaddingLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_paddingLinkUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_marginLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletMarginLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobileMarginLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_marginLinkUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_paddingDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletPaddingDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobilePaddingDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_paddingDropdownLinkUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_marginDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletMarginDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobileMarginDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_marginDropdownLinkUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_orientation": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_orientationTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_orientationMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_spacing": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_spacingTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_spacingMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_styleTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_styleMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_spacingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "em"
                                },
                                "_kad_navigation_horizontalLayout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "standard"
                                },
                                "_kad_navigation_horizontalLayoutTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_horizontalLayoutMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_horizontalGrid": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_horizontalGridTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_horizontalGridMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_stretchFill": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "standard"
                                },
                                "_kad_navigation_stretchFillTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_stretchFillMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_parentActive": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_parentActiveTablet": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_parentActiveMobile": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_collapseSubMenus": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_navigation_collapseSubMenusTablet": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_navigation_collapseSubMenusMobile": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_navigation_parentTogglesMenus": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_parentTogglesMenusTablet": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_parentTogglesMenusMobile": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_linkColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_background": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdown": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdown": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorSticky": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundSticky": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_divider": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dividerTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dividerMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownDivider": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownDividerTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownDividerMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_transparentDivider": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_transparentDividerTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_transparentDividerMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_stickyDivider": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_stickyDividerTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_stickyDividerMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_typography": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizeType": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadGoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizeType": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadGoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownTypography": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizeType": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadGoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizeType": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadGoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_descriptionTypography": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizeType": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadGoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizeType": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadGoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownDescriptionTypography": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizeType": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadGoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizeType": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadGoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownWidth": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownWidthTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownWidthMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_dropdownVerticalSpacing": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownVerticalSpacingTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownVerticalSpacingMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownVerticalSpacingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "em"
                                },
                                "_kad_navigation_dropdownHorizontalAlignment": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownHorizontalAlignmentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownHorizontalAlignmentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionSpacing": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionSpacingTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionSpacingMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionSpacingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_dropdownDescriptionSpacing": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionSpacingTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionSpacingMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionSpacingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_descriptionPositioning": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_descriptionPositioningTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionPositioningMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionPositioning": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_dropdownDescriptionPositioningTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionPositioningMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownShadow": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.1,
                                            "spread": 0,
                                            "blur": 13,
                                            "hOffset": 0,
                                            "vOffset": 2,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownReveal": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownRevealTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownRevealMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownBorder": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownBorderTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownBorderMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_navigation_dropdownBorderRadiusTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_navigation_dropdownBorderRadiusMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_navigation_dropdownBorderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_backgroundType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_backgroundTypeHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_backgroundTypeActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_backgroundGradient": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundGradientHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundGradientActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_border": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderHover": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderHoverTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderHoverMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderActive": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderActiveTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderActiveMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusHover": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusHoverTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusHoverMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusActive": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusActiveTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusActiveMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_borderRadiusUnitHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_borderRadiusUnitActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_shadow": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.2,
                                            "spread": 0,
                                            "blur": 2,
                                            "hOffset": 1,
                                            "vOffset": 1,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_shadowHover": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.2,
                                            "spread": 0,
                                            "blur": 2,
                                            "hOffset": 1,
                                            "vOffset": 1,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_shadowActive": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.2,
                                            "spread": 0,
                                            "blur": 2,
                                            "hOffset": 1,
                                            "vOffset": 1,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_linkHorizontalAlignment": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkHorizontalAlignmentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkHorizontalAlignmentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownLinkHorizontalAlignment": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownLinkHorizontalAlignmentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownLinkHorizontalAlignmentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_enableScrollSpy": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_scrollSpyOffsetManual": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_scrollSpyOffset": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_scrollSpyOffsetTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_scrollSpyOffsetMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "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": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "ID \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b. ",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u041a\u0430\u043a \u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0432\u043e\u0434\u0438\u043c\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u041c\u0430\u0441\u0441\u0438\u0432 \u0438\u043c\u0435\u043d \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u044f\u0440\u043b\u044b\u043a\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_typography": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_header_border": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_borderTransparent": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderTransparentTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderTransparentMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderRadiusTransparent": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusTransparentTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusTransparentMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusTransparentUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_borderSticky": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderStickyTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderStickyMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderRadiusSticky": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusStickyTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusStickyMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusStickyUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_background": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "image": "",
                                        "imageID": "",
                                        "position": "center center",
                                        "size": "cover",
                                        "repeat": "no-repeat",
                                        "attachment": "scroll",
                                        "type": "normal",
                                        "gradient": ""
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "image": {
                                            "type": "string"
                                        },
                                        "imageID": {
                                            "type": "string"
                                        },
                                        "position": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "string"
                                        },
                                        "repeat": {
                                            "type": "string"
                                        },
                                        "attachment": {
                                            "type": "string"
                                        },
                                        "type": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_header_backgroundTransparent": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "image": "",
                                        "imageID": "",
                                        "position": "center center",
                                        "size": "cover",
                                        "repeat": "no-repeat",
                                        "attachment": "scroll",
                                        "type": "normal",
                                        "gradient": ""
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "image": {
                                            "type": "string"
                                        },
                                        "imageID": {
                                            "type": "string"
                                        },
                                        "position": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "string"
                                        },
                                        "repeat": {
                                            "type": "string"
                                        },
                                        "attachment": {
                                            "type": "string"
                                        },
                                        "type": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_header_backgroundSticky": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "image": "",
                                        "imageID": "",
                                        "position": "center center",
                                        "size": "cover",
                                        "repeat": "no-repeat",
                                        "attachment": "scroll",
                                        "type": "normal",
                                        "gradient": ""
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "image": {
                                            "type": "string"
                                        },
                                        "imageID": {
                                            "type": "string"
                                        },
                                        "position": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "string"
                                        },
                                        "repeat": {
                                            "type": "string"
                                        },
                                        "attachment": {
                                            "type": "string"
                                        },
                                        "type": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_header_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_className": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_linkColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_linkHoverColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_height": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_heightUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_width": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_widthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_isSticky": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isStickyTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isStickyMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isTransparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isTransparentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isTransparentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_autoTransparentSpacing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_header_stickySection": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_stickySectionTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_stickySectionMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_shrinkMain": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_header_shrinkMainHeight": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_shrinkMainHeightTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_shrinkMainHeightMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_revealScrollUp": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_header_inheritPostTransparent": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_header_disableTransparentOverrides": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_shadow": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.2,
                                            "spread": 0,
                                            "blur": 2,
                                            "hOffset": 0,
                                            "vOffset": 1,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_headerTag": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_mobileBreakpoint": {
                                    "type": "number",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                },
                                "_kad_header_pro_backdropFilterType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_pro_backdropFilterSize": {
                                    "type": "number",
                                    "title": "",
                                    "description": "",
                                    "default": 1
                                },
                                "_kad_header_pro_backdropFilterString": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0435\u0441\u043b\u0438 \u043e\u043d\u0430 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_typography": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_header_border": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_borderTransparent": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderTransparentTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderTransparentMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderRadiusTransparent": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusTransparentTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusTransparentMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusTransparentUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_borderSticky": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderStickyTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderStickyMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderRadiusSticky": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusStickyTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusStickyMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusStickyUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_background": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "image": "",
                                        "imageID": "",
                                        "position": "center center",
                                        "size": "cover",
                                        "repeat": "no-repeat",
                                        "attachment": "scroll",
                                        "type": "normal",
                                        "gradient": ""
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "image": {
                                            "type": "string"
                                        },
                                        "imageID": {
                                            "type": "string"
                                        },
                                        "position": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "string"
                                        },
                                        "repeat": {
                                            "type": "string"
                                        },
                                        "attachment": {
                                            "type": "string"
                                        },
                                        "type": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_header_backgroundTransparent": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "image": "",
                                        "imageID": "",
                                        "position": "center center",
                                        "size": "cover",
                                        "repeat": "no-repeat",
                                        "attachment": "scroll",
                                        "type": "normal",
                                        "gradient": ""
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "image": {
                                            "type": "string"
                                        },
                                        "imageID": {
                                            "type": "string"
                                        },
                                        "position": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "string"
                                        },
                                        "repeat": {
                                            "type": "string"
                                        },
                                        "attachment": {
                                            "type": "string"
                                        },
                                        "type": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_header_backgroundSticky": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "image": "",
                                        "imageID": "",
                                        "position": "center center",
                                        "size": "cover",
                                        "repeat": "no-repeat",
                                        "attachment": "scroll",
                                        "type": "normal",
                                        "gradient": ""
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "image": {
                                            "type": "string"
                                        },
                                        "imageID": {
                                            "type": "string"
                                        },
                                        "position": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "string"
                                        },
                                        "repeat": {
                                            "type": "string"
                                        },
                                        "attachment": {
                                            "type": "string"
                                        },
                                        "type": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_header_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_className": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_linkColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_linkHoverColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_height": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_heightUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_width": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_widthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_isSticky": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isStickyTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isStickyMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isTransparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isTransparentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isTransparentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_autoTransparentSpacing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_header_stickySection": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_stickySectionTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_stickySectionMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_shrinkMain": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_header_shrinkMainHeight": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_shrinkMainHeightTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_shrinkMainHeightMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_revealScrollUp": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_header_inheritPostTransparent": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_header_disableTransparentOverrides": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_shadow": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.2,
                                            "spread": 0,
                                            "blur": 2,
                                            "hOffset": 0,
                                            "vOffset": 1,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_headerTag": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_mobileBreakpoint": {
                                    "type": "number",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                },
                                "_kad_header_pro_backdropFilterType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_pro_backdropFilterSize": {
                                    "type": "number",
                                    "title": "",
                                    "description": "",
                                    "default": 1
                                },
                                "_kad_header_pro_backdropFilterString": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0438 \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u0434\u0430\u043b\u044f\u0442\u044c.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_header\/auto-draft": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "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": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0438\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u043a\u0430\u043a \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443. ",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_header\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_typography": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_header_border": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_borderTransparent": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderTransparentTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderTransparentMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderRadiusTransparent": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusTransparentTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusTransparentMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusTransparentUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_borderSticky": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderStickyTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderStickyMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderRadiusSticky": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusStickyTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusStickyMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusStickyUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_background": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "image": "",
                                        "imageID": "",
                                        "position": "center center",
                                        "size": "cover",
                                        "repeat": "no-repeat",
                                        "attachment": "scroll",
                                        "type": "normal",
                                        "gradient": ""
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "image": {
                                            "type": "string"
                                        },
                                        "imageID": {
                                            "type": "string"
                                        },
                                        "position": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "string"
                                        },
                                        "repeat": {
                                            "type": "string"
                                        },
                                        "attachment": {
                                            "type": "string"
                                        },
                                        "type": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_header_backgroundTransparent": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "image": "",
                                        "imageID": "",
                                        "position": "center center",
                                        "size": "cover",
                                        "repeat": "no-repeat",
                                        "attachment": "scroll",
                                        "type": "normal",
                                        "gradient": ""
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "image": {
                                            "type": "string"
                                        },
                                        "imageID": {
                                            "type": "string"
                                        },
                                        "position": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "string"
                                        },
                                        "repeat": {
                                            "type": "string"
                                        },
                                        "attachment": {
                                            "type": "string"
                                        },
                                        "type": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_header_backgroundSticky": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "image": "",
                                        "imageID": "",
                                        "position": "center center",
                                        "size": "cover",
                                        "repeat": "no-repeat",
                                        "attachment": "scroll",
                                        "type": "normal",
                                        "gradient": ""
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "image": {
                                            "type": "string"
                                        },
                                        "imageID": {
                                            "type": "string"
                                        },
                                        "position": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "string"
                                        },
                                        "repeat": {
                                            "type": "string"
                                        },
                                        "attachment": {
                                            "type": "string"
                                        },
                                        "type": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_header_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_className": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_linkColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_linkHoverColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_height": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_heightUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_width": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_widthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_isSticky": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isStickyTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isStickyMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isTransparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isTransparentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isTransparentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_autoTransparentSpacing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_header_stickySection": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_stickySectionTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_stickySectionMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_shrinkMain": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_header_shrinkMainHeight": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_shrinkMainHeightTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_shrinkMainHeightMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_revealScrollUp": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_header_inheritPostTransparent": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_header_disableTransparentOverrides": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_shadow": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.2,
                                            "spread": 0,
                                            "blur": 2,
                                            "hOffset": 0,
                                            "vOffset": 1,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_headerTag": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_mobileBreakpoint": {
                                    "type": "number",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                },
                                "_kad_header_pro_backdropFilterType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_pro_backdropFilterSize": {
                                    "type": "number",
                                    "title": "",
                                    "description": "",
                                    "default": 1
                                },
                                "_kad_header_pro_backdropFilterString": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "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": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "ID \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_custom_svg": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b. ",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 \u0430\u0432\u0442\u043e\u0440\u043e\u0432.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u043c \u0430\u0432\u0442\u043e\u0440\u0430\u043c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u041a\u0430\u043a \u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0432\u043e\u0434\u0438\u043c\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u041c\u0430\u0441\u0441\u0438\u0432 \u0438\u043c\u0435\u043d \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u044f\u0440\u043b\u044b\u043a\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp\/v2\/kadence_custom_svg"
                    }
                ]
            }
        },
        "\/wp\/v2\/kadence_custom_svg\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0435\u0441\u043b\u0438 \u043e\u043d\u0430 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0438 \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u0434\u0430\u043b\u044f\u0442\u044c.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_custom_svg\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_custom_svg\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0438\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u043a\u0430\u043a \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443. ",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_custom_svg\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_custom_svg\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "ID \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_query": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b. ",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 \u0430\u0432\u0442\u043e\u0440\u043e\u0432.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u043c \u0430\u0432\u0442\u043e\u0440\u0430\u043c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u041a\u0430\u043a \u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0432\u043e\u0434\u0438\u043c\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u041c\u0430\u0441\u0441\u0438\u0432 \u0438\u043c\u0435\u043d \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u044f\u0440\u043b\u044b\u043a\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_facets": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "hash": {
                                                "type": "integer"
                                            },
                                            "attributes": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_query_related": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_query_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_query": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "perPage": "10",
                                        "pages": 0,
                                        "offset": 0,
                                        "postType": [
                                            "post"
                                        ],
                                        "taxonomy": [],
                                        "order": "desc",
                                        "orderBy": "date",
                                        "orderMetaKey": "",
                                        "orderMetaKeyType": "",
                                        "author": "",
                                        "search": "",
                                        "exclude": [],
                                        "sticky": "",
                                        "inherit": false,
                                        "taxQuery": "",
                                        "parents": [],
                                        "limit": 0,
                                        "comparisonLogic": "AND",
                                        "infiniteScroll": false
                                    },
                                    "properties": {
                                        "perPage": {
                                            "type": "string"
                                        },
                                        "pages": {
                                            "type": "integer"
                                        },
                                        "offset": {
                                            "type": "integer"
                                        },
                                        "postType": {
                                            "type": "array"
                                        },
                                        "taxonomy": {
                                            "type": "array"
                                        },
                                        "order": {
                                            "type": "string"
                                        },
                                        "orderBy": {
                                            "type": "string"
                                        },
                                        "orderMetaKey": {
                                            "type": "string"
                                        },
                                        "orderMetaKeyType": {
                                            "type": "string"
                                        },
                                        "author": {
                                            "type": "string"
                                        },
                                        "search": {
                                            "type": "string"
                                        },
                                        "exclude": {
                                            "type": "array"
                                        },
                                        "sticky": {
                                            "type": "string"
                                        },
                                        "inherit": {
                                            "type": "boolean"
                                        },
                                        "taxQuery": {
                                            "type": "string"
                                        },
                                        "parents": {
                                            "type": "array"
                                        },
                                        "limit": {
                                            "type": "integer"
                                        },
                                        "comparisonLogic": {
                                            "type": "string"
                                        },
                                        "infiniteScroll": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_animation": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_masonryLayout": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_query_specificPosts": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "items": {
                                        "type": "integers"
                                    }
                                },
                                "_kad_query_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_maxWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_maxWidth": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_fieldAlign": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_fieldMaxWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_fieldMaxWidth": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_labelFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_radioLabelFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_inputFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "colorActive": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "colorActive": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_style": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "size": "standard",
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "tabletPadding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "mobilePadding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "paddingUnit": "px",
                                        "background": "",
                                        "backgroundActive": "",
                                        "borderActive": "",
                                        "placeholderColor": "",
                                        "gradient": "",
                                        "gradientActive": "",
                                        "backgroundType": "normal",
                                        "backgroundActiveType": "normal",
                                        "boxShadow": [
                                            false,
                                            "#000000",
                                            0.2,
                                            1,
                                            1,
                                            2,
                                            0,
                                            false
                                        ],
                                        "boxShadowActive": [
                                            false,
                                            "#000000",
                                            0.4,
                                            2,
                                            2,
                                            3,
                                            0,
                                            false
                                        ],
                                        "labelStyle": "normal",
                                        "basicStyles": true,
                                        "isDark": false
                                    },
                                    "properties": {
                                        "size": {
                                            "type": "string"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "tabletPadding": {
                                            "type": "array"
                                        },
                                        "mobilePadding": {
                                            "type": "array"
                                        },
                                        "paddingUnit": {
                                            "type": "string"
                                        },
                                        "background": {
                                            "type": "string"
                                        },
                                        "backgroundActive": {
                                            "type": "string"
                                        },
                                        "borderActive": {
                                            "type": "string"
                                        },
                                        "placeholderColor": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        },
                                        "gradientActive": {
                                            "type": "string"
                                        },
                                        "backgroundType": {
                                            "type": "string"
                                        },
                                        "backgroundActiveType": {
                                            "type": "string"
                                        },
                                        "boxShadow": {
                                            "type": "array"
                                        },
                                        "boxShadowActive": {
                                            "type": "array"
                                        },
                                        "labelStyle": {
                                            "type": "string"
                                        },
                                        "basicStyles": {
                                            "type": "boolean"
                                        },
                                        "isDark": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_fieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_tabletFieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_mobileFieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_fieldBorderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_fieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_tabletFieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_mobileFieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp\/v2\/kadence_query"
                    }
                ]
            }
        },
        "\/wp\/v2\/kadence_query\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0435\u0441\u043b\u0438 \u043e\u043d\u0430 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_facets": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "hash": {
                                                "type": "integer"
                                            },
                                            "attributes": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_query_related": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_query_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_query": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "perPage": "10",
                                        "pages": 0,
                                        "offset": 0,
                                        "postType": [
                                            "post"
                                        ],
                                        "taxonomy": [],
                                        "order": "desc",
                                        "orderBy": "date",
                                        "orderMetaKey": "",
                                        "orderMetaKeyType": "",
                                        "author": "",
                                        "search": "",
                                        "exclude": [],
                                        "sticky": "",
                                        "inherit": false,
                                        "taxQuery": "",
                                        "parents": [],
                                        "limit": 0,
                                        "comparisonLogic": "AND",
                                        "infiniteScroll": false
                                    },
                                    "properties": {
                                        "perPage": {
                                            "type": "string"
                                        },
                                        "pages": {
                                            "type": "integer"
                                        },
                                        "offset": {
                                            "type": "integer"
                                        },
                                        "postType": {
                                            "type": "array"
                                        },
                                        "taxonomy": {
                                            "type": "array"
                                        },
                                        "order": {
                                            "type": "string"
                                        },
                                        "orderBy": {
                                            "type": "string"
                                        },
                                        "orderMetaKey": {
                                            "type": "string"
                                        },
                                        "orderMetaKeyType": {
                                            "type": "string"
                                        },
                                        "author": {
                                            "type": "string"
                                        },
                                        "search": {
                                            "type": "string"
                                        },
                                        "exclude": {
                                            "type": "array"
                                        },
                                        "sticky": {
                                            "type": "string"
                                        },
                                        "inherit": {
                                            "type": "boolean"
                                        },
                                        "taxQuery": {
                                            "type": "string"
                                        },
                                        "parents": {
                                            "type": "array"
                                        },
                                        "limit": {
                                            "type": "integer"
                                        },
                                        "comparisonLogic": {
                                            "type": "string"
                                        },
                                        "infiniteScroll": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_animation": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_masonryLayout": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_query_specificPosts": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "items": {
                                        "type": "integers"
                                    }
                                },
                                "_kad_query_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_maxWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_maxWidth": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_fieldAlign": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_fieldMaxWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_fieldMaxWidth": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_labelFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_radioLabelFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_inputFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "colorActive": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "colorActive": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_style": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "size": "standard",
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "tabletPadding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "mobilePadding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "paddingUnit": "px",
                                        "background": "",
                                        "backgroundActive": "",
                                        "borderActive": "",
                                        "placeholderColor": "",
                                        "gradient": "",
                                        "gradientActive": "",
                                        "backgroundType": "normal",
                                        "backgroundActiveType": "normal",
                                        "boxShadow": [
                                            false,
                                            "#000000",
                                            0.2,
                                            1,
                                            1,
                                            2,
                                            0,
                                            false
                                        ],
                                        "boxShadowActive": [
                                            false,
                                            "#000000",
                                            0.4,
                                            2,
                                            2,
                                            3,
                                            0,
                                            false
                                        ],
                                        "labelStyle": "normal",
                                        "basicStyles": true,
                                        "isDark": false
                                    },
                                    "properties": {
                                        "size": {
                                            "type": "string"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "tabletPadding": {
                                            "type": "array"
                                        },
                                        "mobilePadding": {
                                            "type": "array"
                                        },
                                        "paddingUnit": {
                                            "type": "string"
                                        },
                                        "background": {
                                            "type": "string"
                                        },
                                        "backgroundActive": {
                                            "type": "string"
                                        },
                                        "borderActive": {
                                            "type": "string"
                                        },
                                        "placeholderColor": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        },
                                        "gradientActive": {
                                            "type": "string"
                                        },
                                        "backgroundType": {
                                            "type": "string"
                                        },
                                        "backgroundActiveType": {
                                            "type": "string"
                                        },
                                        "boxShadow": {
                                            "type": "array"
                                        },
                                        "boxShadowActive": {
                                            "type": "array"
                                        },
                                        "labelStyle": {
                                            "type": "string"
                                        },
                                        "basicStyles": {
                                            "type": "boolean"
                                        },
                                        "isDark": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_fieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_tabletFieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_mobileFieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_fieldBorderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_fieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_tabletFieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_mobileFieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0438 \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u0434\u0430\u043b\u044f\u0442\u044c.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_query\/auto-draft": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp\/v2\/kadence_query\/auto-draft"
                    }
                ]
            }
        },
        "\/wp\/v2\/kadence_query\/query": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b. ",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 \u0430\u0432\u0442\u043e\u0440\u043e\u0432.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u043c \u0430\u0432\u0442\u043e\u0440\u0430\u043c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u041a\u0430\u043a \u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0432\u043e\u0434\u0438\u043c\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u041c\u0430\u0441\u0441\u0438\u0432 \u0438\u043c\u0435\u043d \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u044f\u0440\u043b\u044b\u043a\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "pg": {
                            "description": "The results page requested.",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "fe": {
                            "description": "If the request is coming from the frontend block.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ql_id": {
                            "description": "The query loop post id.",
                            "type": "integer",
                            "default": 0,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b. ",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 \u0430\u0432\u0442\u043e\u0440\u043e\u0432.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u043c \u0430\u0432\u0442\u043e\u0440\u0430\u043c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u041a\u0430\u043a \u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0432\u043e\u0434\u0438\u043c\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u041c\u0430\u0441\u0441\u0438\u0432 \u0438\u043c\u0435\u043d \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u044f\u0440\u043b\u044b\u043a\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "pg": {
                            "description": "The results page requested.",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "fe": {
                            "description": "If the request is coming from the frontend block.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ql_id": {
                            "description": "The query loop post id.",
                            "type": "integer",
                            "default": 0,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp\/v2\/kadence_query\/query"
                    }
                ]
            }
        },
        "\/wp\/v2\/kadence_query\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_query\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0438\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u043a\u0430\u043a \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443. ",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_query\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_facets": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "hash": {
                                                "type": "integer"
                                            },
                                            "attributes": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_query_related": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_query_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_query": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "perPage": "10",
                                        "pages": 0,
                                        "offset": 0,
                                        "postType": [
                                            "post"
                                        ],
                                        "taxonomy": [],
                                        "order": "desc",
                                        "orderBy": "date",
                                        "orderMetaKey": "",
                                        "orderMetaKeyType": "",
                                        "author": "",
                                        "search": "",
                                        "exclude": [],
                                        "sticky": "",
                                        "inherit": false,
                                        "taxQuery": "",
                                        "parents": [],
                                        "limit": 0,
                                        "comparisonLogic": "AND",
                                        "infiniteScroll": false
                                    },
                                    "properties": {
                                        "perPage": {
                                            "type": "string"
                                        },
                                        "pages": {
                                            "type": "integer"
                                        },
                                        "offset": {
                                            "type": "integer"
                                        },
                                        "postType": {
                                            "type": "array"
                                        },
                                        "taxonomy": {
                                            "type": "array"
                                        },
                                        "order": {
                                            "type": "string"
                                        },
                                        "orderBy": {
                                            "type": "string"
                                        },
                                        "orderMetaKey": {
                                            "type": "string"
                                        },
                                        "orderMetaKeyType": {
                                            "type": "string"
                                        },
                                        "author": {
                                            "type": "string"
                                        },
                                        "search": {
                                            "type": "string"
                                        },
                                        "exclude": {
                                            "type": "array"
                                        },
                                        "sticky": {
                                            "type": "string"
                                        },
                                        "inherit": {
                                            "type": "boolean"
                                        },
                                        "taxQuery": {
                                            "type": "string"
                                        },
                                        "parents": {
                                            "type": "array"
                                        },
                                        "limit": {
                                            "type": "integer"
                                        },
                                        "comparisonLogic": {
                                            "type": "string"
                                        },
                                        "infiniteScroll": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_animation": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_masonryLayout": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_query_specificPosts": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "items": {
                                        "type": "integers"
                                    }
                                },
                                "_kad_query_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_maxWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_maxWidth": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_fieldAlign": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_fieldMaxWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_fieldMaxWidth": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_labelFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_radioLabelFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_inputFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "colorActive": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "colorActive": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_style": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "size": "standard",
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "tabletPadding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "mobilePadding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "paddingUnit": "px",
                                        "background": "",
                                        "backgroundActive": "",
                                        "borderActive": "",
                                        "placeholderColor": "",
                                        "gradient": "",
                                        "gradientActive": "",
                                        "backgroundType": "normal",
                                        "backgroundActiveType": "normal",
                                        "boxShadow": [
                                            false,
                                            "#000000",
                                            0.2,
                                            1,
                                            1,
                                            2,
                                            0,
                                            false
                                        ],
                                        "boxShadowActive": [
                                            false,
                                            "#000000",
                                            0.4,
                                            2,
                                            2,
                                            3,
                                            0,
                                            false
                                        ],
                                        "labelStyle": "normal",
                                        "basicStyles": true,
                                        "isDark": false
                                    },
                                    "properties": {
                                        "size": {
                                            "type": "string"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "tabletPadding": {
                                            "type": "array"
                                        },
                                        "mobilePadding": {
                                            "type": "array"
                                        },
                                        "paddingUnit": {
                                            "type": "string"
                                        },
                                        "background": {
                                            "type": "string"
                                        },
                                        "backgroundActive": {
                                            "type": "string"
                                        },
                                        "borderActive": {
                                            "type": "string"
                                        },
                                        "placeholderColor": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        },
                                        "gradientActive": {
                                            "type": "string"
                                        },
                                        "backgroundType": {
                                            "type": "string"
                                        },
                                        "backgroundActiveType": {
                                            "type": "string"
                                        },
                                        "boxShadow": {
                                            "type": "array"
                                        },
                                        "boxShadowActive": {
                                            "type": "array"
                                        },
                                        "labelStyle": {
                                            "type": "string"
                                        },
                                        "basicStyles": {
                                            "type": "boolean"
                                        },
                                        "isDark": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_fieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_tabletFieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_mobileFieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_fieldBorderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_fieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_tabletFieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_mobileFieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_query\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "ID \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_query_card": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b. ",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 \u0430\u0432\u0442\u043e\u0440\u043e\u0432.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u043c \u0430\u0432\u0442\u043e\u0440\u0430\u043c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u041a\u0430\u043a \u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0432\u043e\u0434\u0438\u043c\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u041c\u0430\u0441\u0441\u0438\u0432 \u0438\u043c\u0435\u043d \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u044f\u0440\u043b\u044b\u043a\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_borderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_tabletBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_mobileBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_borderHoverStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_tabletBorderHoverStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_mobileBorderHoverStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_borderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_tabletBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_mobileBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_borderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px",
                                    "properties": "px"
                                },
                                "_kad_query_card_borderHoverRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_tabletBorderHoverRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_mobileBorderHoverRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_borderHoverRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px",
                                    "properties": "px"
                                },
                                "_kad_query_card_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_preview_post_type": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "post"
                                },
                                "_kad_query_card_template_post_type": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_template_post_id": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                },
                                "_kad_query_card_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_postType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_namespace": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_maxWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_maxWidth": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_columns": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "2",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_rowGap": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_rowGapUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_columnGap": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "20",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_columnGapUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_boxShadow": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "boxShadow": [
                                            false,
                                            "#000000",
                                            0.2,
                                            1,
                                            1,
                                            2,
                                            0,
                                            false
                                        ],
                                        "boxShadowHover": [
                                            false,
                                            "#000000",
                                            0.4,
                                            2,
                                            2,
                                            3,
                                            0,
                                            false
                                        ]
                                    },
                                    "properties": {
                                        "boxShadow": {
                                            "type": "array"
                                        },
                                        "boxShadowHover": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_backgroundType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_query_card_gradient": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_background": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_query_card_backgroundHoverType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_query_card_gradientHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_backgroundHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp\/v2\/kadence_query_card"
                    }
                ]
            }
        },
        "\/wp\/v2\/kadence_query_card\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0435\u0441\u043b\u0438 \u043e\u043d\u0430 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_borderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_tabletBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_mobileBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_borderHoverStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_tabletBorderHoverStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_mobileBorderHoverStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_borderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_tabletBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_mobileBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_borderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px",
                                    "properties": "px"
                                },
                                "_kad_query_card_borderHoverRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_tabletBorderHoverRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_mobileBorderHoverRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_borderHoverRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px",
                                    "properties": "px"
                                },
                                "_kad_query_card_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_preview_post_type": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "post"
                                },
                                "_kad_query_card_template_post_type": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_template_post_id": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                },
                                "_kad_query_card_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_postType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_namespace": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_maxWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_maxWidth": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_columns": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "2",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_rowGap": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_rowGapUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_columnGap": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "20",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_columnGapUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_boxShadow": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "boxShadow": [
                                            false,
                                            "#000000",
                                            0.2,
                                            1,
                                            1,
                                            2,
                                            0,
                                            false
                                        ],
                                        "boxShadowHover": [
                                            false,
                                            "#000000",
                                            0.4,
                                            2,
                                            2,
                                            3,
                                            0,
                                            false
                                        ]
                                    },
                                    "properties": {
                                        "boxShadow": {
                                            "type": "array"
                                        },
                                        "boxShadowHover": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_backgroundType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_query_card_gradient": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_background": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_query_card_backgroundHoverType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_query_card_gradientHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_backgroundHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0438 \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u0434\u0430\u043b\u044f\u0442\u044c.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_query_card\/auto-draft": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp\/v2\/kadence_query_card\/auto-draft"
                    }
                ]
            }
        },
        "\/wp\/v2\/kadence_query_card\/query": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b. ",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 \u0430\u0432\u0442\u043e\u0440\u043e\u0432.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u043c \u0430\u0432\u0442\u043e\u0440\u0430\u043c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u041a\u0430\u043a \u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0432\u043e\u0434\u0438\u043c\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u041c\u0430\u0441\u0441\u0438\u0432 \u0438\u043c\u0435\u043d \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u044f\u0440\u043b\u044b\u043a\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "pg": {
                            "description": "The results page requested.",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "fe": {
                            "description": "If the request is coming from the frontend block.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ql_id": {
                            "description": "The query loop post id.",
                            "type": "integer",
                            "default": 0,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b. ",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 \u0430\u0432\u0442\u043e\u0440\u043e\u0432.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u0438 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u043c \u0430\u0432\u0442\u043e\u0440\u0430\u043c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u041a\u0430\u043a \u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0432\u043e\u0434\u0438\u043c\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u041c\u0430\u0441\u0441\u0438\u0432 \u0438\u043c\u0435\u043d \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u044f\u0440\u043b\u044b\u043a\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "pg": {
                            "description": "The results page requested.",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "fe": {
                            "description": "If the request is coming from the frontend block.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ql_id": {
                            "description": "The query loop post id.",
                            "type": "integer",
                            "default": 0,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp\/v2\/kadence_query_card\/query"
                    }
                ]
            }
        },
        "\/wp\/v2\/kadence_query_card\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_query_card\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0438\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u043a\u0430\u043a \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443. ",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_query_card\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_borderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_tabletBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_mobileBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_borderHoverStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_tabletBorderHoverStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_mobileBorderHoverStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_borderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_tabletBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_mobileBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_borderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px",
                                    "properties": "px"
                                },
                                "_kad_query_card_borderHoverRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_tabletBorderHoverRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_mobileBorderHoverRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_borderHoverRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px",
                                    "properties": "px"
                                },
                                "_kad_query_card_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_preview_post_type": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "post"
                                },
                                "_kad_query_card_template_post_type": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_template_post_id": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                },
                                "_kad_query_card_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_postType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_namespace": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_maxWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_maxWidth": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_columns": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "2",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_rowGap": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_rowGapUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_columnGap": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "20",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_columnGapUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_boxShadow": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "boxShadow": [
                                            false,
                                            "#000000",
                                            0.2,
                                            1,
                                            1,
                                            2,
                                            0,
                                            false
                                        ],
                                        "boxShadowHover": [
                                            false,
                                            "#000000",
                                            0.4,
                                            2,
                                            2,
                                            3,
                                            0,
                                            false
                                        ]
                                    },
                                    "properties": {
                                        "boxShadow": {
                                            "type": "array"
                                        },
                                        "boxShadowHover": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_backgroundType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_query_card_gradient": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_background": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_query_card_backgroundHoverType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_query_card_gradientHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_backgroundHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_query_card\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "ID \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b. ",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u041a\u0430\u043a \u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0432\u043e\u0434\u0438\u043c\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u041c\u0430\u0441\u0441\u0438\u0432 \u0438\u043c\u0435\u043d \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u044f\u0440\u043b\u044b\u043a\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0435\u0441\u043b\u0438 \u043e\u043d\u0430 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0438 \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u0434\u0430\u043b\u044f\u0442\u044c.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_lottie\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "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": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0438\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u043a\u0430\u043a \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443. ",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_lottie\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "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": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "ID \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b. ",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u041a\u0430\u043a \u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0432\u043e\u0434\u0438\u043c\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u041c\u0430\u0441\u0441\u0438\u0432 \u0438\u043c\u0435\u043d \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u044f\u0440\u043b\u044b\u043a\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0435\u0441\u043b\u0438 \u043e\u043d\u0430 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0438 \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u0434\u0430\u043b\u044f\u0442\u044c.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_vector\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "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": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0438\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u043a\u0430\u043a \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443. ",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_vector\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u0412\u0435\u0440\u0441\u0438\u044f \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u0431\u043b\u043e\u043a\u043e\u0432 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043e \u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "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": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "ID \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0430\u0432\u0442\u043e\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kb_icon": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b. ",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u041a\u0430\u043a \u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0432\u043e\u0434\u0438\u043c\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u041c\u0430\u0441\u0441\u0438\u0432 \u0438\u043c\u0435\u043d \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438 \u044f\u0440\u043b\u044b\u043a\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp\/v2\/kb_icon"
                    }
                ]
            }
        },
        "\/wp\/v2\/kb_icon\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0435\u0441\u043b\u0438 \u043e\u043d\u0430 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0435 \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0418\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0438 \u043e\u0442\u0440\u044b\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u0430\u043a \u043e\u043d\u043e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u0424\u0430\u0439\u043b \u0442\u0435\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0438 \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u0434\u0430\u043b\u044f\u0442\u044c.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp\/v2\/types"
                    }
                ]
            }
        },
        "\/wp\/v2\/types\/(?P<type>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0442\u0438\u043f\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/statuses": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp\/v2\/statuses"
                    }
                ]
            }
        },
        "\/wp\/v2\/statuses\/(?P<status>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0441\u0442\u0430\u0442\u0443\u0441\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/taxonomies": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u044f\u043c\u0438 \u0430\u0441\u0441\u043e\u0446\u0438\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u0441 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u043c \u0442\u0438\u043f\u043e\u043c \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp\/v2\/taxonomies"
                    }
                ]
            }
        },
        "\/wp\/v2\/taxonomies\/(?P<taxonomy>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "taxonomy": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u0421\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u043b\u0438 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043d\u0435 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043d\u0438 \u043e\u0434\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u043c\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u043c\u0443 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044e.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u043c\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u043c\u0438 \u044f\u0440\u043b\u044b\u043a\u0430\u043c\u0438. ",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0433\u043e \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0433\u043e \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "ID \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0438\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u043a\u0430\u043a \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tags": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u0421\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u043b\u0438 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043d\u0435 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043d\u0438 \u043e\u0434\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u043c\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u043c\u0438 \u044f\u0440\u043b\u044b\u043a\u0430\u043c\u0438. ",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0433\u043e \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0433\u043e \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0438\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u043a\u0430\u043a \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menus": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u0421\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u043b\u0438 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043d\u0435 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043d\u0438 \u043e\u0434\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u043c\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u043c\u0438 \u044f\u0440\u043b\u044b\u043a\u0430\u043c\u0438. ",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0433\u043e \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "\u041c\u0435\u0441\u0442\u0430, \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043c\u0435\u043d\u044e.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "\u0421\u043b\u0435\u0434\u0443\u0435\u0442 \u043b\u0438 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0442\u044c \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u0432\u0435\u0440\u0445\u043d\u0435\u0433\u043e \u0443\u0440\u043e\u0432\u043d\u044f \u0432 \u044d\u0442\u043e \u043c\u0435\u043d\u044e.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0433\u043e \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "\u041c\u0435\u0441\u0442\u0430, \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043c\u0435\u043d\u044e.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "\u0421\u043b\u0435\u0434\u0443\u0435\u0442 \u043b\u0438 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0442\u044c \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u0432\u0435\u0440\u0445\u043d\u0435\u0433\u043e \u0443\u0440\u043e\u0432\u043d\u044f \u0432 \u044d\u0442\u043e \u043c\u0435\u043d\u044e.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0438\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u043a\u0430\u043a \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/wp_pattern_category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u0421\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u043b\u0438 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043d\u0435 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043d\u0438 \u043e\u0434\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u043c\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u043c\u0438 \u044f\u0440\u043b\u044b\u043a\u0430\u043c\u0438. ",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0433\u043e \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u043b\u044f \u0435\u0433\u043e \u0442\u0438\u043f\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0438\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u043a\u0430\u043a \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u043c\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date",
                                "slug",
                                "include_slugs",
                                "email",
                                "url"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c\u0438 \u0441 \u043e\u0434\u043d\u0438\u043c \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u043c\u0438 \u044f\u0440\u043b\u044b\u043a\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "roles": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u044e\u0449\u0438\u0445 \u043a\u0430\u043a \u043c\u0438\u043d\u0438\u043c\u0443\u043c \u043e\u0434\u043d\u043e\u0439 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u043e\u0439 \u0440\u043e\u043b\u0438. \u041c\u043e\u0436\u043d\u043e \u0443\u043a\u0430\u0437\u0430\u0442\u044c CSV \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u043b\u0438 \u043e\u0434\u043d\u0443 \u0440\u043e\u043b\u044c.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "capabilities": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u044e\u0449\u0438\u0445 \u043a\u0430\u043a \u043c\u0438\u043d\u0438\u043c\u0443\u043c \u043e\u0434\u043d\u043e\u0439 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u043e\u0439 \u0440\u043e\u043b\u0438. \u041c\u043e\u0436\u043d\u043e \u0443\u043a\u0430\u0437\u0430\u0442\u044c CSV \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u043b\u0438 \u043e\u0434\u043d\u0443 \u0440\u043e\u043b\u044c.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "who": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c\u0438-\u0430\u0432\u0442\u043e\u0440\u0430\u043c\u0438.",
                            "type": "string",
                            "enum": [
                                "authors"
                            ],
                            "required": false
                        },
                        "has_published_posts": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u044c\u0442\u0435 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u043c\u0435\u044e\u0442 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": [
                                "boolean",
                                "array"
                            ],
                            "items": {
                                "type": "string",
                                "enum": {
                                    "post": "post",
                                    "page": "page",
                                    "attachment": "attachment",
                                    "nav_menu_item": "nav_menu_item",
                                    "wp_block": "wp_block",
                                    "wp_template": "wp_template",
                                    "wp_template_part": "wp_template_part",
                                    "wp_global_styles": "wp_global_styles",
                                    "wp_navigation": "wp_navigation",
                                    "wp_font_family": "wp_font_family",
                                    "wp_font_face": "wp_font_face",
                                    "kadence_form": "kadence_form",
                                    "kadence_navigation": "kadence_navigation",
                                    "kadence_header": "kadence_header",
                                    "kadence_custom_svg": "kadence_custom_svg",
                                    "kadence_query": "kadence_query",
                                    "kadence_query_card": "kadence_query_card",
                                    "kadence_lottie": "kadence_lottie",
                                    "kadence_vector": "kadence_vector",
                                    "kb_icon": "kb_icon"
                                }
                            },
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u041c\u0430\u0441\u0441\u0438\u0432 \u0438\u043c\u0435\u043d \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "email",
                                    "name",
                                    "id",
                                    "username",
                                    "slug"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "username": {
                            "description": "\u0418\u043c\u044f \u0432\u0445\u043e\u0434\u0430 \u0434\u043b\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "required": true
                        },
                        "name": {
                            "description": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u043e\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u0424\u0430\u043c\u0438\u043b\u0438\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u0410\u0434\u0440\u0435\u0441 email \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "format": "email",
                            "required": true
                        },
                        "url": {
                            "description": "URL \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "\u041b\u043e\u043a\u0430\u043b\u044c \u0434\u043b\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ar",
                                "de_AT",
                                "es_ES",
                                "fr_FR",
                                "hi_IN",
                                "id_ID",
                                "ja",
                                "ko_KR",
                                "pt_BR",
                                "ru_RU",
                                "th",
                                "tr_TR",
                                "vi",
                                "zh_HK"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "\u041d\u0438\u043a \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "\u0420\u043e\u043b\u0438 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044e.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f (\u043d\u0438\u043a\u043e\u0433\u0434\u0430 \u043d\u0435 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f).",
                            "type": "string",
                            "required": true
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "\u0414\u0430\u0442\u0430 \u0438 \u0432\u0440\u0435\u043c\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "username": {
                            "description": "\u0418\u043c\u044f \u0432\u0445\u043e\u0434\u0430 \u0434\u043b\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u043e\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u0424\u0430\u043c\u0438\u043b\u0438\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u0410\u0434\u0440\u0435\u0441 email \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "URL \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "\u041b\u043e\u043a\u0430\u043b\u044c \u0434\u043b\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ar",
                                "de_AT",
                                "es_ES",
                                "fr_FR",
                                "hi_IN",
                                "id_ID",
                                "ja",
                                "ko_KR",
                                "pt_BR",
                                "ru_RU",
                                "th",
                                "tr_TR",
                                "vi",
                                "zh_HK"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "\u041d\u0438\u043a \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "\u0420\u043e\u043b\u0438 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044e.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f (\u043d\u0438\u043a\u043e\u0433\u0434\u0430 \u043d\u0435 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "\u0414\u0430\u0442\u0430 \u0438 \u0432\u0440\u0435\u043c\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0438\u0441\u0442\u0438\u043d\u043d\u044b\u043c, \u0442\u0430\u043a \u043a\u0430\u043a \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u043d\u0435\u043b\u044c\u0437\u044f \u043f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "\u041f\u0435\u0440\u0435\u043d\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u044c \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438 \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u044d\u0442\u043e\u0442 ID \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/me": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "username": {
                            "description": "\u0418\u043c\u044f \u0432\u0445\u043e\u0434\u0430 \u0434\u043b\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u043e\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u0424\u0430\u043c\u0438\u043b\u0438\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u0410\u0434\u0440\u0435\u0441 email \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "URL \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "\u041b\u043e\u043a\u0430\u043b\u044c \u0434\u043b\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ar",
                                "de_AT",
                                "es_ES",
                                "fr_FR",
                                "hi_IN",
                                "id_ID",
                                "ja",
                                "ko_KR",
                                "pt_BR",
                                "ru_RU",
                                "th",
                                "tr_TR",
                                "vi",
                                "zh_HK"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "\u041d\u0438\u043a \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "\u0420\u043e\u043b\u0438 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044e.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f (\u043d\u0438\u043a\u043e\u0433\u0434\u0430 \u043d\u0435 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "\u0414\u0430\u0442\u0430 \u0438 \u0432\u0440\u0435\u043c\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0414\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0438\u0441\u0442\u0438\u043d\u043d\u044b\u043c, \u0442\u0430\u043a \u043a\u0430\u043a \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u043d\u0435\u043b\u044c\u0437\u044f \u043f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "\u041f\u0435\u0440\u0435\u043d\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u044c \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438 \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u044d\u0442\u043e\u0442 ID \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "app_id": {
                            "description": "UUID \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c\u044b\u0439 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043c \u0434\u043b\u044f \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438. \u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c UUID v5 \u0441 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u043e\u043c \u0438\u043c\u0435\u043d URL \u0438\u043b\u0438 DNS.",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043f\u0430\u0440\u043e\u043b\u044f \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f.",
                            "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": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "app_id": {
                            "description": "UUID \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c\u044b\u0439 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043c \u0434\u043b\u044f \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438. \u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c UUID v5 \u0441 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u043e\u043c \u0438\u043c\u0435\u043d URL \u0438\u043b\u0438 DNS.",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043f\u0430\u0440\u043e\u043b\u044f \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f.",
                            "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": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f\u043c\u0438 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u043c\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u043c\u0443 ID \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f. \u0422\u0440\u0435\u0431\u0443\u0435\u0442 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u043c\u0443 ID \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f. \u0422\u0440\u0435\u0431\u0443\u0435\u0442 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_email": {
                            "default": null,
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u0438\u043c\u0435\u044e\u0449\u0435\u0439 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u0439 email \u0430\u0432\u0442\u043e\u0440\u0430. \u0422\u0440\u0435\u0431\u0443\u0435\u0442 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0432\u0435\u0442 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439 ISO8601 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "post",
                                "parent",
                                "type"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": [],
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f\u043c\u0438 \u0441 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u043c\u0438 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_exclude": {
                            "default": [],
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "post": {
                            "default": [],
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f\u043c\u0438 \u0441 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u043c\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u043c\u0438 ID \u0437\u0430\u043f\u0438\u0441\u0435\u0439.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approve",
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f\u043c\u0438 \u0441 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u043c \u0441\u0442\u0430\u0442\u0443\u0441\u043e\u043c. \u0422\u0440\u0435\u0431\u0443\u0435\u0442 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438. ",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "comment",
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f\u043c\u0438 \u0441 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u043c \u0442\u0438\u043f\u043e\u043c. \u0422\u0440\u0435\u0431\u0443\u0435\u0442 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438, \u0435\u0441\u043b\u0438 \u043e\u043d\u0430 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "author": {
                            "description": "ID \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f, \u0435\u0441\u043b\u0438 \u0430\u0432\u0442\u043e\u0440 - \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "\u0410\u0434\u0440\u0435\u0441 email \u0430\u0432\u0442\u043e\u0440\u0430 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "IP \u0430\u0434\u0440\u0435\u0441 \u0430\u0432\u0442\u043e\u0440\u0430 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u043e\u0435 \u0438\u043c\u044f \u0430\u0432\u0442\u043e\u0440\u0430 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "URL \u0434\u043b\u044f \u0430\u0432\u0442\u043e\u0440\u0430 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 User-Agent \u0430\u0432\u0442\u043e\u0440\u0430 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f, \u043a\u0430\u043a \u043e\u043d \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML-\u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0412\u0440\u0435\u043c\u044f \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f, \u043f\u043e GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "default": 0,
                            "description": "ID \u0430\u0441\u0441\u043e\u0446\u0438\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f (\u0435\u0441\u043b\u0438 \u0437\u0430\u043f\u0438\u0441\u044c \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0435\u043c).",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "author": {
                            "description": "ID \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f, \u0435\u0441\u043b\u0438 \u0430\u0432\u0442\u043e\u0440 - \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "\u0410\u0434\u0440\u0435\u0441 email \u0430\u0432\u0442\u043e\u0440\u0430 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "IP \u0430\u0434\u0440\u0435\u0441 \u0430\u0432\u0442\u043e\u0440\u0430 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u043e\u0435 \u0438\u043c\u044f \u0430\u0432\u0442\u043e\u0440\u0430 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "URL \u0434\u043b\u044f \u0430\u0432\u0442\u043e\u0440\u0430 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 User-Agent \u0430\u0432\u0442\u043e\u0440\u0430 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f, \u043a\u0430\u043a \u043e\u043d \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0431\u0430\u0437\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML-\u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f, \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f (\u043f\u043e \u0447\u0430\u0441\u043e\u0432\u043e\u043c\u0443 \u043f\u043e\u044f\u0441\u0443 \u0441\u0430\u0439\u0442\u0430).",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0412\u0440\u0435\u043c\u044f \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f, \u043f\u043e GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "description": "ID \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "ID \u0430\u0441\u0441\u043e\u0446\u0438\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0438 \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u0434\u0430\u043b\u044f\u0442\u044c.",
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f (\u0435\u0441\u043b\u0438 \u0437\u0430\u043f\u0438\u0441\u044c \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0435\u043c).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "post",
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438 \u0442\u0438\u043f\u0430 \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "type": "string",
                            "enum": [
                                "post",
                                "term",
                                "post-format"
                            ],
                            "required": false
                        },
                        "subtype": {
                            "default": "any",
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u0445 \u043f\u043e\u0434\u0442\u0438\u043f\u043e\u0432 \u043e\u0431\u044a\u0435\u043a\u0442\u0430.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post",
                                    "page",
                                    "category",
                                    "post_tag",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude": {
                            "description": "\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f \u0447\u0442\u043e \u0432\u044b\u0431\u043e\u0440\u043a\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0434\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u043e\u0435, \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u0431\u043b\u043e\u043a\u0430 \u0438\u043c\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u044b \u0434\u043b\u044f \u0431\u043b\u043e\u043a\u0430.",
                            "type": "object",
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID \u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442\u0430 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "\u041f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u043e \u0438\u043c\u0435\u043d \u0431\u043b\u043e\u043a\u0430.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "\u041f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u043e \u0438\u043c\u0435\u043d \u0431\u043b\u043e\u043a\u0430.",
                            "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": "\u0418\u043c\u044f \u0431\u043b\u043e\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "namespace": {
                            "description": "\u041f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u043e \u0438\u043c\u0435\u043d \u0431\u043b\u043e\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/settings": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "kadence_blocks_config_blocks": {
                            "title": "",
                            "description": "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0435 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0431\u043b\u043e\u043a\u0430 Kadence",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_settings_blocks": {
                            "title": "",
                            "description": "Config Kadence Block visibility settings",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_settings": {
                            "title": "",
                            "description": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0431\u043b\u043e\u043a\u0430 Kadence Block",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_prophecy": {
                            "title": "",
                            "description": "Config Kadence Block Prophecy AI",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_colors": {
                            "title": "",
                            "description": "\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u0446\u0432\u0435\u0442\u043e\u0432\u043e\u0439 \u043f\u0430\u043b\u0438\u0442\u0440\u044b \u0431\u043b\u043e\u043a\u043e\u0432 Kadence",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_global": {
                            "title": "",
                            "description": "\u041e\u0431\u0449\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 Kadence Blocks",
                            "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": "\u042f\u0437\u044b\u043a Google reCAPTCHA",
                            "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": "\u041a\u043b\u044e\u0447 API \u041a\u0430\u0440\u0442 Google",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_cloud": {
                            "title": "",
                            "description": "\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u043e\u0431\u043b\u0430\u0447\u043d\u044b\u0445 \u0431\u043b\u043e\u043a\u043e\u0432 Kadence",
                            "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": "\u041f\u043e\u0434\u043f\u0438\u0441\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443 Wireframe",
                            "type": "boolean",
                            "required": false
                        },
                        "kadence_blocks_convertkit_api": {
                            "title": "",
                            "description": "API \u043a\u043b\u044e\u0447 ConvertKit",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_activecampaign_api_key": {
                            "title": "",
                            "description": "ActiveCampaign API Key",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_activecampaign_api_base": {
                            "title": "",
                            "description": "ActiveCampaign API Base",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_header_popover_tutorial_complete": {
                            "title": "",
                            "description": "Mark the Header popover tutorial Complete",
                            "type": "boolean",
                            "required": false
                        },
                        "kadence_blocks_send_in_blue_api": {
                            "title": "",
                            "description": "Send in Blue V3 API Key",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_mail_chimp_api": {
                            "title": "",
                            "description": "Mail Chimp API Key",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_getresponse_api_key": {
                            "title": "",
                            "description": "GetResponse API Key",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_getresponse_api_endpoint": {
                            "title": "",
                            "description": "GetResponse API endpoint",
                            "type": "string",
                            "required": false
                        },
                        "kadence_theme_config": {
                            "title": "",
                            "description": "\u041d\u0430\u0439\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043c\u043e\u0434\u0443\u043b\u0435\u0439 Kadence",
                            "type": "string",
                            "required": false
                        },
                        "kadence_pro_theme_config": {
                            "title": "",
                            "description": "Config Kadence Pro Modules",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "title": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a",
                            "description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0441\u0430\u0439\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "title": "\u041a\u0440\u0430\u0442\u043a\u043e\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435",
                            "description": "\u0421\u043b\u043e\u0433\u0430\u043d \u0441\u0430\u0439\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "url": {
                            "title": "",
                            "description": "\u0410\u0434\u0440\u0435\u0441 \u0441\u0430\u0439\u0442\u0430 (URL)",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "email": {
                            "title": "",
                            "description": "\u042d\u0442\u043e\u0442 \u0430\u0434\u0440\u0435\u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0432 \u0446\u0435\u043b\u044f\u0445 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0434\u043b\u044f \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f \u043e \u043d\u043e\u0432\u044b\u0445 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u0445.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "timezone": {
                            "title": "",
                            "description": "\u0413\u043e\u0440\u043e\u0434 \u0432 \u0442\u043e\u0439 \u0436\u0435 \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0439 \u0437\u043e\u043d\u0435 \u0447\u0442\u043e \u0438 \u0443 \u0432\u0430\u0441.",
                            "type": "string",
                            "required": false
                        },
                        "date_format": {
                            "title": "",
                            "description": "\u041e\u0431\u0449\u0438\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0434\u0430\u0442\u044b.",
                            "type": "string",
                            "required": false
                        },
                        "time_format": {
                            "title": "",
                            "description": "\u041e\u0431\u0449\u0438\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438.",
                            "type": "string",
                            "required": false
                        },
                        "start_of_week": {
                            "title": "",
                            "description": "\u041f\u0435\u0440\u0432\u044b\u0439 \u0434\u0435\u043d\u044c \u043d\u0435\u0434\u0435\u043b\u0438.",
                            "type": "integer",
                            "required": false
                        },
                        "language": {
                            "title": "",
                            "description": "\u041a\u043e\u0434 \u043b\u043e\u043a\u0430\u043b\u0438 WordPress.",
                            "type": "string",
                            "required": false
                        },
                        "use_smilies": {
                            "title": "",
                            "description": "\u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u044b\u0432\u0430\u0442\u044c \u0441\u043c\u0430\u0439\u043b\u0438\u043a\u0438 \u043d\u0430\u043f\u043e\u0434\u043e\u0431\u0438\u0435 :-) \u0438 :-P \u0432 \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0438 \u043f\u0440\u0438 \u043f\u043e\u043a\u0430\u0437\u0435.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_category": {
                            "title": "",
                            "description": "\u0420\u0443\u0431\u0440\u0438\u043a\u0430 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e.",
                            "type": "integer",
                            "required": false
                        },
                        "default_post_format": {
                            "title": "",
                            "description": "\u0424\u043e\u0440\u043c\u0430\u0442 \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "required": false
                        },
                        "posts_per_page": {
                            "title": "\u041c\u0430\u043a\u0441\u0438\u043c\u0443\u043c \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443",
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0443\u043c \u0441\u0442\u0440\u0430\u043d\u0438\u0446 \u0431\u043b\u043e\u0433\u0430 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "show_on_front": {
                            "title": "\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0432\u043e \u0432\u043d\u0435\u0448\u043d\u0435\u0439 \u0447\u0430\u0441\u0442\u0438",
                            "description": "\u0427\u0442\u043e \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043d\u0430 \u0433\u043b\u0430\u0432\u043d\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435",
                            "type": "string",
                            "required": false
                        },
                        "page_on_front": {
                            "title": "\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u0432\u043d\u0435\u0448\u043d\u0435\u0439 \u0447\u0430\u0441\u0442\u0438",
                            "description": "ID \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0434\u043e\u043b\u0436\u043d\u0430 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u0433\u043b\u0430\u0432\u043d\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435",
                            "type": "integer",
                            "required": false
                        },
                        "page_for_posts": {
                            "title": "",
                            "description": "ID \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0434\u043e\u043b\u0436\u043d\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438",
                            "type": "integer",
                            "required": false
                        },
                        "default_ping_status": {
                            "title": "",
                            "description": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0438 \u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u044f \u0441 \u0434\u0440\u0443\u0433\u0438\u0445 \u0431\u043b\u043e\u0433\u043e\u0432 (\u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f \u0438 \u043e\u0431\u0440\u0430\u0442\u043d\u044b\u0435 \u0441\u0441\u044b\u043b\u043a\u0438) \u043d\u0430 \u043d\u043e\u0432\u044b\u0435 \u0441\u0442\u0430\u0442\u044c\u0438.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "default_comment_status": {
                            "title": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438 \u0434\u043b\u044f \u043d\u043e\u0432\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439",
                            "description": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0442\u044c \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438 \u043a \u043d\u043e\u0432\u044b\u043c \u0437\u0430\u043f\u0438\u0441\u044f\u043c.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "site_logo": {
                            "title": "\u041b\u043e\u0433\u043e\u0442\u0438\u043f",
                            "description": "\u041b\u043e\u0433\u043e\u0442\u0438\u043f \u0441\u0430\u0439\u0442\u0430",
                            "type": "integer",
                            "required": false
                        },
                        "site_icon": {
                            "title": "\u0417\u043d\u0430\u0447\u043e\u043a",
                            "description": "\u0417\u043d\u0430\u0447\u043e\u043a \u0441\u0430\u0439\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp\/v2\/settings"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u0442\u0435\u043c\u0430\u043c\u0438 \u0441 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u043c \u0441\u0442\u0430\u0442\u0443\u0441\u043e\u043c.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "active",
                                    "inactive"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp\/v2\/themes"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "\u0422\u0430\u0431\u043b\u0438\u0446\u0430 \u0441\u0442\u0438\u043b\u0435\u0439 \u0442\u0435\u043c\u044b, \u043e\u0434\u043d\u043e\u0437\u043d\u0430\u0447\u043d\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0449\u0430\u044f \u0442\u0435\u043c\u0443.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/plugins": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u043b\u0430\u0433\u0438\u043d\u0430\u043c\u0438 \u0441 \u0437\u0430\u0434\u0430\u043d\u043d\u044b\u043c \u0441\u0442\u0430\u0442\u0443\u0441\u043e\u043c.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "inactive",
                                    "active"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "\u042f\u0440\u043b\u044b\u043a \u043f\u043b\u0430\u0433\u0438\u043d\u0430 \u0432 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0435 WordPress.org.",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u0430.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "default": "inactive",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        },
                        "status": {
                            "description": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u0430.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0439 \u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u0432\u0438\u0434\u0436\u0435\u0442\u043e\u0432",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "widgets": {
                            "description": "\u0412\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0435 \u0432\u0438\u0434\u0436\u0435\u0442\u044b.",
                            "type": "array",
                            "items": {
                                "type": [
                                    "object",
                                    "string"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0442\u0438\u043f\u0430 \u0432\u0438\u0434\u0436\u0435\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0442\u0438\u043f\u0430 \u0432\u0438\u0434\u0436\u0435\u0442\u0430.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0442\u0435\u043a\u0443\u0449\u0435\u0433\u043e \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u0430 \u0432\u0438\u0434\u0436\u0435\u0442\u0430.",
                            "type": "object",
                            "required": false
                        },
                        "form_data": {
                            "description": "\u0421\u0435\u0440\u0438\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u0444\u043e\u0440\u043c\u044b \u0432\u0438\u0434\u0436\u0435\u0442\u0430 \u0434\u043b\u044f \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u0430.",
                            "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": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0442\u0438\u043f\u0430 \u0432\u0438\u0434\u0436\u0435\u0442\u0430.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0442\u0435\u043a\u0443\u0449\u0435\u0433\u043e \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u0430 \u0432\u0438\u0434\u0436\u0435\u0442\u0430.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widgets": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "sidebar": {
                            "description": "\u0411\u043e\u043a\u043e\u0432\u0430\u044f \u043f\u0430\u043d\u0435\u043b\u044c, \u0434\u043b\u044f \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u043d\u0443\u0436\u043d\u043e \u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0432\u0438\u0434\u0436\u0435\u0442\u044b.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0432\u0438\u0434\u0436\u0435\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "\u0422\u0438\u043f \u0432\u0438\u0434\u0436\u0435\u0442\u0430. \u0421\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 ID \u0432 \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0439 \u0442\u043e\u0447\u043a\u0435 widget-types.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "default": "wp_inactive_widgets",
                            "description": "\u0411\u043e\u043a\u043e\u0432\u0430\u044f \u043f\u0430\u043d\u0435\u043b\u044c, \u043a \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u0438\u0442 \u0432\u0438\u0434\u0436\u0435\u0442.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u0430 \u0432\u0438\u0434\u0436\u0435\u0442\u0430 (\u0435\u0441\u043b\u0438 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442\u0441\u044f).",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Base64-\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u0430.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "\u041a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0445\u044d\u0448 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u0430.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "\u041d\u0435\u0437\u0430\u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u0430, \u0435\u0441\u043b\u0438 \u043e\u043d\u0438 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442\u0441\u044f.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0444\u043e\u0440\u043c\u044b \u0432 \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0435 URL \u0438\u0437 \u0444\u043e\u0440\u043c\u044b \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0432\u0438\u0434\u0436\u0435\u0442\u0430. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0432\u0438\u0434\u0436\u0435\u0442\u0430, \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0449\u0435\u0433\u043e \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u044b. \u0422\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0432\u0438\u0434\u0436\u0435\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "\u0422\u0438\u043f \u0432\u0438\u0434\u0436\u0435\u0442\u0430. \u0421\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 ID \u0432 \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0439 \u0442\u043e\u0447\u043a\u0435 widget-types.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "description": "\u0411\u043e\u043a\u043e\u0432\u0430\u044f \u043f\u0430\u043d\u0435\u043b\u044c, \u043a \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u0438\u0442 \u0432\u0438\u0434\u0436\u0435\u0442.",
                            "type": "string",
                            "required": false
                        },
                        "instance": {
                            "description": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u0430 \u0432\u0438\u0434\u0436\u0435\u0442\u0430 (\u0435\u0441\u043b\u0438 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442\u0441\u044f).",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Base64-\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u0430.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "\u041a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0445\u044d\u0448 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u0430.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "\u041d\u0435\u0437\u0430\u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u0430, \u0435\u0441\u043b\u0438 \u043e\u043d\u0438 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442\u0441\u044f.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0444\u043e\u0440\u043c\u044b \u0432 \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0435 URL \u0438\u0437 \u0444\u043e\u0440\u043c\u044b \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0432\u0438\u0434\u0436\u0435\u0442\u0430. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0432\u0438\u0434\u0436\u0435\u0442\u0430, \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0449\u0435\u0433\u043e \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u044b. \u0422\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "force": {
                            "description": "\u0421\u043b\u0435\u0434\u0443\u0435\u0442 \u043b\u0438 \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0438\u0434\u0436\u0435\u0442 \u0438\u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0435\u0433\u043e \u043d\u0430 \u043d\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u0443\u044e \u0431\u043e\u043a\u043e\u0432\u0443\u044e \u043f\u0430\u043d\u0435\u043b\u044c.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-directory\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "term": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u044c\u0442\u0435 \u043d\u0430\u0431\u043e\u0440 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u0431\u043b\u043e\u043a\u0430\u043c\u0438, \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u043c\u0438 \u043f\u043e\u0438\u0441\u043a\u043e\u0432\u043e\u043c\u0443 \u0437\u0430\u043f\u0440\u043e\u0441\u0443.",
                            "type": "string",
                            "minLength": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp\/v2\/block-directory\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/pattern-directory\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441\u043e \u0441\u0442\u0440\u043e\u043a\u043e\u0439.",
                            "type": "string",
                            "minLength": 1,
                            "required": false
                        },
                        "category": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441 ID \u0440\u0443\u0431\u0440\u0438\u043a\u0438.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "keyword": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0434\u043e \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u0441 ID \u043a\u043b\u044e\u0447\u0435\u0432\u043e\u0433\u043e \u0441\u043b\u043e\u0432\u0430.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043c\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0442 \u0441 \u043f\u0430\u0442\u0442\u0435\u0440\u043d\u043e\u043c (\u044f\u0440\u043b\u044b\u043a\u043e\u043c).",
                            "type": "array",
                            "required": false
                        },
                        "offset": {
                            "description": "\u0421\u0434\u0432\u0438\u0433 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u043d\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "favorite_count"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/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:\/\/toolsmate.online\/ru\/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:\/\/toolsmate.online\/ru\/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:\/\/toolsmate.online\/ru\/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:\/\/toolsmate.online\/ru\/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:\/\/toolsmate.online\/ru\/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:\/\/toolsmate.online\/ru\/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:\/\/toolsmate.online\/ru\/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:\/\/toolsmate.online\/ru\/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:\/\/toolsmate.online\/ru\/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:\/\/toolsmate.online\/ru\/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:\/\/toolsmate.online\/ru\/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": "URL \u0434\u043b\u044f \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp-block-editor\/v1\/url-details"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp\/v2\/menu-locations"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations\/(?P<location>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043c\u0435\u043d\u044e.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "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:\/\/toolsmate.online\/ru\/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:\/\/toolsmate.online\/ru\/wp-json\/wp-block-editor\/v1\/navigation-fallback"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435 \u0432 \u0432\u044b\u0431\u043e\u0440\u043a\u0435.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp\/v2\/font-collections"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections\/(?P<slug>[\\\/\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u0420\u0430\u043c\u043a\u0438 \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0434\u0435\u043b\u0430\u043d \u0437\u0430\u043f\u0440\u043e\u0441, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        }
    },
    "site_logo": 6940,
    "site_icon": 6954,
    "site_icon_url": "https:\/\/toolsmate.online\/wp-content\/uploads\/2025\/09\/cropped-Background-5.png",
    "_links": {
        "help": [
            {
                "href": "https:\/\/developer.wordpress.org\/rest-api\/"
            }
        ],
        "wp:featuredmedia": [
            {
                "embeddable": true,
                "type": "site_logo",
                "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp\/v2\/media\/6940"
            },
            {
                "embeddable": true,
                "type": "site_icon",
                "href": "https:\/\/toolsmate.online\/ru\/wp-json\/wp\/v2\/media\/6954"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}