{
    "name": "Winnipeg Hypnosis",
    "description": "A Skilled Hypnotherapist",
    "url": "https:\/\/tmachula.com",
    "home": "https:\/\/tmachula.com\/ua",
    "gmt_offset": "0",
    "timezone_string": "",
    "namespaces": [
        "oembed\/1.0",
        "akismet\/v1",
        "stripewebhooks\/v1",
        "paypalipn\/v1",
        "contact-form-7\/v1",
        "duplicator\/v1",
        "envato-elements\/v2",
        "jetpack\/v4",
        "lc_public_api\/v1",
        "litespeed\/v1",
        "litespeed\/v3",
        "redirection\/v1",
        "tho\/v1",
        "yoast\/v1",
        "trustindex\/v1",
        "wpcom\/v2",
        "jetpack\/v4\/stats-app",
        "creativemail\/v1",
        "elementor\/v1",
        "monsterinsights\/v1",
        "my-jetpack\/v1",
        "astra\/v1",
        "td\/v1",
        "tss\/v1",
        "elementor-pro\/v1",
        "wappointment\/v1",
        "wp\/v2",
        "wp-site-health\/v1",
        "wp-block-editor\/v1"
    ],
    "authentication": {
        "application-passwords": {
            "endpoints": {
                "authorization": "https:\/\/tmachula.com\/wp-admin\/authorize-application.php"
            }
        }
    },
    "routes": {
        "\/": {
            "namespace": "",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/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\u0443 \u0434\u043b\u044f \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f oEmbed \u0434\u0430\u043d\u0438\u0445.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "default": "json",
                            "required": false
                        },
                        "maxwidth": {
                            "default": 600,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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\u0443 \u0434\u043b\u044f \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f oEmbed \u0434\u0430\u043d\u0438\u0445.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "description": "\u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u043d\u0438\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 \u0448\u0438\u0440\u0438\u043d\u0430 \u0432\u043f\u0440\u043e\u0432\u0430\u0434\u0436\u0443\u0432\u0430\u043d\u043e\u0433\u043e \u043e\u0431'\u0454\u043a\u0442\u0430 \u0432 \u043f\u0456\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 \u0432\u0438\u0441\u043e\u0442\u0430 \u0432\u043f\u0440\u043e\u0432\u0430\u0434\u0436\u0443\u0432\u0430\u043d\u043e\u0433\u043e \u043e\u0431'\u0454\u043a\u0442\u0430 \u0432 \u043f\u0456\u043a\u0441\u0435\u043b\u044f\u0445.",
                            "type": "integer",
                            "required": false
                        },
                        "discover": {
                            "description": "\u0427\u0438 \u043f\u0440\u043e\u0432\u043e\u0434\u0438\u0442\u0438 \u043f\u043e\u0448\u0443\u043a\u043e\u0432\u0438\u0439 \u0437\u0430\u043f\u0438\u0442 oEmbed \u0434\u043b\u044f \u043f\u0440\u043e\u0432\u0430\u0439\u0434\u0435\u0440\u0456\u0432 \u043d\u0435 \u0437 \u0431\u0456\u043b\u043e\u0433\u043e \u0441\u043f\u0438\u0441\u043a\u0443.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/oembed\/1.0\/proxy"
                    }
                ]
            }
        },
        "\/akismet\/v1": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "akismet\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/akismet\/v1"
                    }
                ]
            }
        },
        "\/akismet\/v1\/key": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "description": "12-\u0441\u0438\u043c\u0432\u043e\u043b\u044c\u043d\u0438\u0439 \u043a\u043b\u044e\u0447 API Akismet. \u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0439 \u043d\u0430 akismet.com\/get\/",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/akismet\/v1\/key"
                    }
                ]
            }
        },
        "\/akismet\/v1\/settings": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "akismet_strictness": {
                            "type": "boolean",
                            "description": "\u042f\u043a\u0449\u043e \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e, Akismet \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0431\u0443\u0434\u0435 \u0432\u0438\u0434\u0430\u043b\u044f\u0442\u0438 \u043d\u0430\u0439\u0436\u0430\u0445\u043b\u0438\u0432\u0456\u0448\u0438\u0439 \u0441\u043f\u0430\u043c, \u043d\u0435 \u043f\u043e\u043c\u0456\u0449\u0430\u044e\u0447\u0438 \u0439\u043e\u0433\u043e \u0432 \u043f\u0430\u043f\u043a\u0443 \u0441\u043f\u0430\u043c\u0443.",
                            "required": false
                        },
                        "akismet_show_user_comments_approved": {
                            "type": "boolean",
                            "description": "\u042f\u043a\u0449\u043e \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e, \u0442\u043e \u0432 \u0441\u043f\u0438\u0441\u043a\u0443 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456\u0432 \u0431\u0443\u0434\u0435 \u0432\u043a\u0430\u0437\u0430\u043d\u043e \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0441\u0445\u0432\u0430\u043b\u0435\u043d\u0438\u0445 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456\u0432 \u0434\u043b\u044f \u043a\u043e\u0436\u043d\u043e\u0433\u043e \u0430\u0432\u0442\u043e\u0440\u0430.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/akismet\/v1\/settings"
                    }
                ]
            }
        },
        "\/akismet\/v1\/stats": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "interval": {
                            "type": "string",
                            "description": "\u0427\u0430\u0441\u043e\u0432\u0438\u0439 \u043f\u0435\u0440\u0456\u043e\u0434 \u0434\u043b\u044f \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0438. \u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f: 60-\u0434\u043d\u0456\u0432, 6-\u043c\u0456\u0441\u044f\u0446\u0456\u0432, \u0432\u0441\u0435",
                            "default": "all",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/akismet\/v1\/stats"
                    }
                ]
            }
        },
        "\/akismet\/v1\/stats\/(?P<interval>[\\w+])": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "interval": {
                            "description": "\u0427\u0430\u0441\u043e\u0432\u0438\u0439 \u043f\u0435\u0440\u0456\u043e\u0434 \u0434\u043b\u044f \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0438. \u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f: 60-\u0434\u043d\u0456\u0432, 6-\u043c\u0456\u0441\u044f\u0446\u0456\u0432, \u0432\u0441\u0435",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/akismet\/v1\/alert": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "description": "12-\u0441\u0438\u043c\u0432\u043e\u043b\u044c\u043d\u0438\u0439 \u043a\u043b\u044e\u0447 API Akismet. \u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0439 \u043d\u0430 akismet.com\/get\/",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "description": "12-\u0441\u0438\u043c\u0432\u043e\u043b\u044c\u043d\u0438\u0439 \u043a\u043b\u044e\u0447 API Akismet. \u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0439 \u043d\u0430 akismet.com\/get\/",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "description": "12-\u0441\u0438\u043c\u0432\u043e\u043b\u044c\u043d\u0438\u0439 \u043a\u043b\u044e\u0447 API Akismet. \u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0439 \u043d\u0430 akismet.com\/get\/",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/akismet\/v1\/alert"
                    }
                ]
            }
        },
        "\/stripewebhooks\/v1": {
            "namespace": "stripewebhooks\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "stripewebhooks\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/stripewebhooks\/v1"
                    }
                ]
            }
        },
        "\/stripewebhooks\/v1\/cf7pp_live": {
            "namespace": "stripewebhooks\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/stripewebhooks\/v1\/cf7pp_live"
                    }
                ]
            }
        },
        "\/stripewebhooks\/v1\/cf7pp_notice": {
            "namespace": "stripewebhooks\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/stripewebhooks\/v1\/cf7pp_notice"
                    }
                ]
            }
        },
        "\/paypalipn\/v1": {
            "namespace": "paypalipn\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "paypalipn\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/paypalipn\/v1"
                    }
                ]
            }
        },
        "\/paypalipn\/v1\/cf7pp_production": {
            "namespace": "paypalipn\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/paypalipn\/v1\/cf7pp_production"
                    }
                ]
            }
        },
        "\/contact-form-7\/v1": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "contact-form-7\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/contact-form-7\/v1"
                    }
                ]
            }
        },
        "\/contact-form-7\/v1\/contact-forms": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/contact-form-7\/v1\/contact-forms"
                    }
                ]
            }
        },
        "\/contact-form-7\/v1\/contact-forms\/(?P<id>\\d+)": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/contact-form-7\/v1\/contact-forms\/(?P<id>\\d+)\/feedback": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/contact-form-7\/v1\/contact-forms\/(?P<id>\\d+)\/feedback\/schema": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/contact-form-7\/v1\/contact-forms\/(?P<id>\\d+)\/refill": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/duplicator\/v1": {
            "namespace": "duplicator\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "duplicator\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/duplicator\/v1"
                    }
                ]
            }
        },
        "\/duplicator\/v1\/versions": {
            "namespace": "duplicator\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/duplicator\/v1\/versions"
                    }
                ]
            }
        },
        "\/envato-elements\/v2": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "envato-elements\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/envato-elements\/v2"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/fetchPremiumTemplateKitSearchResults": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/envato-elements\/v2\/fetchPremiumTemplateKitSearchResults"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/fetchFreeTemplateKitSearchResults": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/envato-elements\/v2\/fetchFreeTemplateKitSearchResults"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/fetchFreeBlockSearchResults": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/envato-elements\/v2\/fetchFreeBlockSearchResults"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/fetchPhotosSearchResults": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/envato-elements\/v2\/fetchPhotosSearchResults"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/fetchInstalledTemplateKits": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/envato-elements\/v2\/fetchInstalledTemplateKits"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/fetchIndividualTemplates": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/envato-elements\/v2\/fetchIndividualTemplates"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/importSingleTemplate": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/envato-elements\/v2\/importSingleTemplate"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/importFreeBlock": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/envato-elements\/v2\/importFreeBlock"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/getSingleTemplateImportData": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/envato-elements\/v2\/getSingleTemplateImportData"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/importElementorTemplateImage": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/envato-elements\/v2\/importElementorTemplateImage"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/installPremiumTemplateKit": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/envato-elements\/v2\/installPremiumTemplateKit"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/installFreeTemplateKit": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/envato-elements\/v2\/installFreeTemplateKit"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/uploadTemplateKitZipFile": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/envato-elements\/v2\/uploadTemplateKitZipFile"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/deleteTemplateKit": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/envato-elements\/v2\/deleteTemplateKit"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/verifyExtensionsToken": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/envato-elements\/v2\/verifyExtensionsToken"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/dismissBanner": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/envato-elements\/v2\/dismissBanner"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/setProjectName": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/envato-elements\/v2\/setProjectName"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/resetUserSettings": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/envato-elements\/v2\/resetUserSettings"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/savePreferredStartPage": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/envato-elements\/v2\/savePreferredStartPage"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/getServerLimits": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/envato-elements\/v2\/getServerLimits"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/getElementorGlobalStyleTemplates": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/envato-elements\/v2\/getElementorGlobalStyleTemplates"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/saveElementorGlobalStyleTemplate": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/envato-elements\/v2\/saveElementorGlobalStyleTemplate"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/importPhoto": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/envato-elements\/v2\/importPhoto"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/installRequirement": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/envato-elements\/v2\/installRequirement"
                    }
                ]
            }
        },
        "\/jetpack\/v4": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jetpack\/v4",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/backup-helper-script": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "helper": {
                            "description": "\u0422\u0456\u043b\u043e \u0434\u043e\u043f\u043e\u043c\u0456\u0436\u043d\u043e\u0433\u043e \u0441\u0446\u0435\u043d\u0430\u0440\u0456\u044e \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u043e\u0433\u043e \u043a\u043e\u043f\u0456\u044e\u0432\u0430\u043d\u043d\u044f, \u0437\u0430\u043a\u043e\u0434\u043e\u0432\u0430\u043d\u043e\u0433\u043e base64.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "path": {
                            "description": "\u0428\u043b\u044f\u0445 \u0434\u043e \u0434\u043e\u043f\u043e\u043c\u0456\u0436\u043d\u043e\u0433\u043e \u0441\u0446\u0435\u043d\u0430\u0440\u0456\u044e \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u043e\u0433\u043e \u043a\u043e\u043f\u0456\u044e\u0432\u0430\u043d\u043d\u044f",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/backup-helper-script"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/database-object\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "object_type": {
                            "description": "\u0422\u0438\u043f \u043e\u0431\u2019\u0454\u043a\u0442\u0430 \u0434\u043b\u044f \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0437 \u0431\u0430\u0437\u0438 \u0434\u0430\u043d\u0438\u0445",
                            "required": true
                        },
                        "object_id": {
                            "description": "ID \u043e\u0431\u2019\u0454\u043a\u0442\u0430 \u0431\u0430\u0437\u0438 \u0434\u0430\u043d\u0438\u0445, \u044f\u043a\u0438\u0439 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/database-object\/backup"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/options\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "\u041e\u0434\u043d\u0430 \u0430\u0431\u043e \u0434\u0435\u043a\u0456\u043b\u044c\u043a\u0430 \u043d\u0430\u0437\u0432 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0456\u0432, \u044f\u043a\u0456 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0438 \u0432 \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u0443 \u043a\u043e\u043f\u0456\u044e",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/options\/backup"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/comments\/(?P<id>\\d+)\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/posts\/(?P<id>\\d+)\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/terms\/(?P<id>\\d+)\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/users\/(?P<id>\\d+)\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/plans": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/plans"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/products": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/products"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/marketing\/survey": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/marketing\/survey"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/test": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/connection\/test"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/test-wpcom": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/connection\/test-wpcom"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/rewind": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/rewind"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/scan": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/scan"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/url": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "from": {
                            "type": "string",
                            "required": false
                        },
                        "redirect": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/connection\/url"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/tracking\/settings": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "tracks_opt_out": {
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/tracking\/settings"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/user": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/connection\/user"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/site"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site\/features": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/site\/features"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site\/products": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/site\/products"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site\/purchases": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/site\/purchases"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site\/benefits": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/site\/benefits"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site\/activity": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/site\/activity"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/module\/all": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/module\/all"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/module\/all\/active": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "modules": {
                            "default": "",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": true
                        },
                        "active": {
                            "default": true,
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/module\/all\/active"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/module\/(?P<slug>[a-z\\-]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "default": "edit",
                            "required": false
                        },
                        "jetpack_blocks_disabled": {
                            "description": "Jetpack Blocks \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u043e.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "carousel_background_color": {
                            "description": "\u041a\u043e\u043b\u044c\u043e\u0440\u043e\u0432\u0430 \u0441\u0445\u0435\u043c\u0430.",
                            "type": "string",
                            "default": "black",
                            "enum": [
                                "black",
                                "white"
                            ],
                            "required": false
                        },
                        "carousel_display_exif": {
                            "description": "\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u0456 \u0444\u043e\u0442\u043e (<a href=\"http:\/\/en.wikipedia.org\/wiki\/Exchangeable_image_file_format\" target=\"_blank\">Exif<\/a>) \u0443 \u043a\u0430\u0440\u0443\u0441\u0435\u043b\u0456, \u043a\u043e\u043b\u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "carousel_display_comments": {
                            "description": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0440\u043e\u0437\u0434\u0456\u043b \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456\u0432 \u0443 \u043a\u0430\u0440\u0443\u0441\u0435\u043b\u0456",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "highlander_comment_form_prompt": {
                            "description": "\u0422\u0435\u043a\u0441\u0442 \u043f\u0440\u0438\u0432\u0456\u0442\u0430\u043d\u043d\u044f",
                            "type": "string",
                            "default": "\u0417\u0430\u043b\u0438\u0448\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c",
                            "required": false
                        },
                        "jetpack_comment_form_color_scheme": {
                            "description": "\u041a\u043e\u043b\u044c\u043e\u0440\u043e\u0432\u0430 \u0441\u0445\u0435\u043c\u0430",
                            "type": "string",
                            "default": "light",
                            "enum": [
                                "light",
                                "dark",
                                "transparent"
                            ],
                            "required": false
                        },
                        "jetpack_portfolio": {
                            "description": "\u0412\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0430\u0431\u043e \u0432\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u0442\u0438\u043f \u0437\u0430\u043f\u0438\u0441\u0456\u0432 &quot;\u041f\u043e\u0440\u0442\u0444\u043e\u043b\u0456\u043e&quot; Jetpack.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_portfolio_posts_per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u0456\u0432 \u0434\u043b\u044f \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430\u0445 \u043f\u043e\u0440\u0442\u0444\u043e\u043b\u0456\u043e.",
                            "type": "integer",
                            "default": 10,
                            "required": false
                        },
                        "jetpack_testimonial": {
                            "description": "\u0412\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0430\u0431\u043e \u0432\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u0442\u0438\u043f \u0437\u0430\u043f\u0438\u0441\u0456\u0432 &quot;\u0412\u0456\u0434\u0433\u0443\u043a&quot; Jetpack.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_testimonial_posts_per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u0456\u0432 \u0434\u043b\u044f \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430\u0445 \u0432\u0456\u0434\u0433\u0443\u043a\u0456\u0432.",
                            "type": "integer",
                            "default": 10,
                            "required": false
                        },
                        "jetpack_waf_automatic_rules": {
                            "description": "\u0423\u0432\u0456\u043c\u043a\u043d\u0456\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0456 \u043f\u0440\u0430\u0432\u0438\u043b\u0430 \u2013 \u0437\u0430\u0445\u0438\u0441\u0442\u0456\u0442\u044c \u0441\u0432\u0456\u0439 \u0441\u0430\u0439\u0442 \u0432\u0456\u0434 \u043d\u0435\u043d\u0430\u0434\u0456\u0439\u043d\u0438\u0445 \u0434\u0436\u0435\u0440\u0435\u043b \u0442\u0440\u0430\u0444\u0456\u043a\u0443 \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0438\u0445 \u043f\u0440\u0430\u0432\u0438\u043b \u0431\u0435\u0437\u043f\u0435\u043a\u0438.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "jetpack_waf_ip_list": {
                            "description": "\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \/ \u0417\u0430\u0431\u043b\u043e\u043a\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0435\u043b\u0456\u043a - \u0411\u043b\u043e\u043a\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u0431\u043e \u0434\u043e\u0437\u0432\u0456\u043b \u0437\u0430\u043f\u0438\u0442\u0443 \u0437 \u043f\u0435\u0432\u043d\u043e\u0457 IP-\u0430\u0434\u0440\u0435\u0441\u0438.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_waf_ip_block_list": {
                            "description": "\u0417\u0430\u0431\u043b\u043e\u043a\u043e\u0432\u0430\u043d\u0456 IP-\u0430\u0434\u0440\u0435\u0441\u0438",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_waf_ip_allow_list": {
                            "description": "\u0417\u0430\u0432\u0436\u0434\u0438 \u0434\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u0456 IP-\u0430\u0434\u0440\u0435\u0441\u0438",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_waf_share_data": {
                            "description": "\u041f\u043e\u0448\u0438\u0440\u0438\u0442\u0438 \u0434\u0430\u043d\u0456 \u0437 Jetpack.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "tiled_galleries": {
                            "description": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0432\u0441\u0456 \u0432\u0430\u0448\u0456 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0433\u0430\u043b\u0435\u0440\u0435\u0457 \u0433\u0430\u0440\u043d\u043e\u044e \u043c\u043e\u0437\u0430\u0457\u043a\u043e\u044e.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "gravatar_disable_hovercards": {
                            "description": "\u0411\u0430\u0447\u0438\u0442\u0438 \u043f\u0440\u043e\u0444\u0456\u043b\u044c \u043b\u044e\u0434\u0435\u0439 \u043a\u043e\u043b\u0438 \u0432\u0430\u0448\u0430 \u043c\u0438\u0448\u043a\u0430 \u0437\u0430 \u0457\u0445\u043d\u0456\u043c \u0413\u0440\u0430\u0432\u0430\u0442\u0430\u0440\u043e\u043c",
                            "type": "string",
                            "default": "enabled",
                            "enum": [
                                "enabled",
                                "disabled"
                            ],
                            "required": false
                        },
                        "infinite_scroll": {
                            "description": "\u0414\u043e \u0431\u0435\u0437\u043a\u0456\u043d\u0435\u0447\u043d\u043e\u0441\u0442\u0456 \u0442\u0430 \u0434\u0430\u043b\u0456",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "infinite_scroll_google_analytics": {
                            "description": "\u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 Google Analytics \u0456\u0437 \u043d\u0435\u0441\u043a\u0456\u043d\u0447\u0435\u043d\u043d\u0438\u043c \u043f\u0440\u043e\u043a\u0440\u0443\u0447\u0443\u0432\u0430\u043d\u043d\u044f\u043c",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpl_default": {
                            "description": "\u0412\u043f\u043e\u0434\u043e\u0431\u0430\u043d\u043d\u044f WordPress.com",
                            "type": "string",
                            "default": "on",
                            "enum": [
                                "on",
                                "off"
                            ],
                            "required": false
                        },
                        "social_notifications_like": {
                            "description": "\u041d\u0430\u0434\u0441\u0438\u043b\u0430\u0442\u0438 \u0441\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u044e \u043f\u043e\u0448\u0442\u043e\u044e, \u043a\u043e\u043b\u0438 \u0445\u0442\u043e\u0441\u044c \u0432\u043f\u043e\u0434\u043e\u0431\u0430\u0432 \u0437\u0430\u043f\u0438\u0441",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wpcom_publish_comments_with_markdown": {
                            "description": "\u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 Markdown \u0434\u043b\u044f \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456\u0432.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpcom_publish_posts_with_markdown": {
                            "description": "\u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 Markdown \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0456\u0432.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "monitor_receive_notifications": {
                            "description": "\u041e\u0442\u0440\u0438\u043c\u0443\u0432\u0430\u0442\u0438 \u0441\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u044e \u043f\u043e\u0448\u0442\u043e\u044e.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "post_by_email_address": {
                            "description": "\u0415\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u0441\u043a\u0440\u0438\u043d\u044c\u043a\u0430",
                            "type": "string",
                            "default": "noop",
                            "enum": [
                                "noop",
                                "create",
                                "regenerate",
                                "delete"
                            ],
                            "required": false
                        },
                        "jetpack_protect_key": {
                            "description": "\u0417\u0430\u0445\u0438\u0441\u0442 API \u043a\u043b\u044e\u0447\u0430",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_protect_global_whitelist": {
                            "description": "\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0438\u0439, \u0431\u0456\u043b\u0438\u0439, \u0441\u043f\u0438\u0441\u043e\u043a \u0437\u0430\u0445\u0438\u0441\u0442\u0443",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "sharing_services": {
                            "description": "\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0456 \u0441\u043b\u0443\u0436\u0431\u0438 \u0442\u0430 \u0442\u0456, \u0449\u043e \u043f\u0440\u0438\u0445\u043e\u0432\u0430\u043d\u0456 \u0437\u0430 \u043a\u043d\u043e\u043f\u043a\u043e\u044e",
                            "type": "object",
                            "default": {
                                "visible": [
                                    "twitter",
                                    "facebook"
                                ],
                                "hidden": []
                            },
                            "required": false
                        },
                        "button_style": {
                            "description": "\u0421\u0442\u0438\u043b\u044c \u043a\u043d\u043e\u043f\u043a\u0438",
                            "type": "string",
                            "default": "icon",
                            "enum": [
                                "icon-text",
                                "icon",
                                "text",
                                "official"
                            ],
                            "required": false
                        },
                        "sharing_label": {
                            "description": "\u041c\u0456\u0442\u043a\u0430 \u043f\u043e\u0448\u0438\u0440\u0435\u043d\u043d\u044f",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "show": {
                            "description": "\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0438, \u0434\u0435 \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u044e\u0442\u044c\u0441\u044f \u043a\u043d\u043e\u043f\u043a\u0438",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "post"
                            ],
                            "required": false
                        },
                        "jetpack-twitter-cards-site-tag": {
                            "description": "\u0406\u043c\u2019\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 Twitter \u0432\u043b\u0430\u0441\u043d\u0438\u043a\u0430 \u0434\u043e\u043c\u0435\u043d\u0443 \u0446\u044c\u043e\u0433\u043e \u0441\u0430\u0439\u0442\u0443.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "sharedaddy_disable_resources": {
                            "description": "\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 CSS \u0442\u0430 JS",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "custom": {
                            "description": "\u0412\u043b\u0430\u0441\u043d\u0456 \u0441\u043b\u0443\u0436\u0431\u0438 \u043f\u043e\u0448\u0438\u0440\u0435\u043d\u043d\u044f, \u0434\u043e\u0434\u0430\u043d\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0435\u043c.",
                            "type": "object",
                            "default": {
                                "sharing_name": "",
                                "sharing_url": "",
                                "sharing_icon": ""
                            },
                            "required": false
                        },
                        "sharing_delete_service": {
                            "description": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0432\u043b\u0430\u0441\u043d\u0443 \u0441\u043b\u0443\u0436\u0431\u0443 \u043f\u043e\u0448\u0438\u0440\u0435\u043d\u043d\u044f.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_sso_require_two_step": {
                            "description": "\u041d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u0430 \u0434\u0432\u043e\u0435\u0442\u0430\u043f\u043d\u0430 \u0430\u0432\u0442\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u044f",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_sso_match_by_email": {
                            "description": "\u0417\u0431\u0456\u0433 \u0437\u0430 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u044e \u043f\u043e\u0448\u0442\u043e\u044e",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "stb_enabled": {
                            "description": "\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 &lt;em&gt;&quot;\u041f\u0456\u0434\u043f\u0438\u0441\u0430\u0442\u0438\u0441\u044f \u043d\u0430 \u0431\u043b\u043e\u0433&quot;&lt;\/em&gt; \u0443 \u0444\u043e\u0440\u043c\u0456 \u043a\u043e\u043c\u0435\u043d\u0442\u0443\u0432\u0430\u043d\u043d\u044f",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "stc_enabled": {
                            "description": "\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 &lt;em&gt;&quot;\u041f\u0456\u0434\u043f\u0438\u0441\u0430\u0442\u0438\u0441\u044f \u043d\u0430 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456&quot;&lt;\/em&gt; \u0443 \u0444\u043e\u0440\u043c\u0456 \u043a\u043e\u043c\u0435\u043d\u0442\u0443\u0432\u0430\u043d\u043d\u044f",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "social_notifications_subscribe": {
                            "description": "\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438 \u0441\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u044e \u043f\u043e\u0448\u0442\u043e\u044e, \u043a\u043e\u043b\u0438 \u0445\u0442\u043e\u0441\u044c \u043f\u0456\u0434\u043f\u0438\u0441\u0443\u0454\u0442\u044c\u0441\u044f \u043d\u0430 \u043c\u0456\u0439 \u0431\u043b\u043e\u0433",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "show_headline": {
                            "description": "\u0412\u0438\u0434\u0456\u043b\u0456\u0442\u044c \u0441\u0445\u043e\u0436\u0438\u0439 \u0432\u043c\u0456\u0441\u0442 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u043e\u043c",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "show_thumbnails": {
                            "description": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u043c\u0456\u043d\u0456\u0430\u0442\u044e\u0440\u0443 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f, \u0434\u0435 \u0446\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "instant_search_enabled": {
                            "description": "\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043c\u0438\u0442\u0442\u0454\u0432\u0438\u0439 \u043f\u043e\u0448\u0443\u043a",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "has_jetpack_search_product": {
                            "description": "\u041c\u0430\u0454 \u0434\u0456\u044e\u0447\u0443 \u043f\u0456\u0434\u043f\u0438\u0441\u043a\u0443 \u043d\u0430 Jetpack Search",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "search_auto_config": {
                            "description": "\u0417\u0430\u043f\u0443\u0441\u043a \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e\u0433\u043e \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u043c\u0438\u0442\u0442\u0454\u0432\u043e\u0433\u043e \u043f\u043e\u0448\u0443\u043a\u0443",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "google": {
                            "description": "Google Search Console",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "bing": {
                            "description": "Bing Webmaster Center",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "pinterest": {
                            "description": "\u041f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043d\u043d\u044f \u0441\u0430\u0439\u0442\u0443 Pinterest",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "yandex": {
                            "description": "\u0412\u0435\u0440\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u044f \u0441\u0430\u0439\u0442\u0443 \u0432 \u042f\u043d\u0434\u0435\u043a\u0441",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "facebook": {
                            "description": "Facebook \u043f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043d\u043d\u044f \u0434\u043e\u043c\u0435\u043d\u0443",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "enable_header_ad": {
                            "description": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0440\u0435\u043a\u043b\u0430\u043c\u043d\u0438\u0439 \u0431\u043b\u043e\u043a \u0443 \u0432\u0435\u0440\u0445\u043d\u0456\u0439 \u0447\u0430\u0441\u0442\u0438\u043d\u0456 \u043a\u043e\u0436\u043d\u043e\u0457 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_approved": {
                            "description": "\u0427\u0438 \u0441\u0445\u0432\u0430\u043b\u0435\u043d\u043e \u0441\u0430\u0439\u0442 \u0434\u043b\u044f WordAds?",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads_second_belowpost": {
                            "description": "\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0434\u0440\u0443\u0433\u0443 \u0440\u0435\u043a\u043b\u0430\u043c\u0443 \u043f\u0456\u0434 \u0437\u0430\u043f\u0438\u0441\u043e\u043c?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_front_page": {
                            "description": "\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0440\u0435\u043a\u043b\u0430\u043c\u0443 \u043d\u0430 \u0433\u043e\u043b\u043e\u0432\u043d\u0456\u0439 \u0441\u0442\u043e\u0440\u0456\u043d\u0446\u0456?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_post": {
                            "description": "\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0440\u0435\u043a\u043b\u0430\u043c\u0443 \u0432 \u0437\u0430\u043f\u0438\u0441\u0430\u0445?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_page": {
                            "description": "\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0440\u0435\u043a\u043b\u0430\u043c\u0443 \u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430\u0445?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_archive": {
                            "description": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0440\u0435\u043a\u043b\u0430\u043c\u0443 \u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430\u0445 \u0430\u0440\u0445\u0456\u0432\u0456\u0432?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_custom_adstxt_enabled": {
                            "description": "\u0412\u043b\u0430\u0441\u043d\u0438\u0439 \u0444\u0430\u0439\u043b ads.txt",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads_custom_adstxt": {
                            "description": "\u0412\u043b\u0430\u0441\u043d\u0456 \u0437\u0430\u043f\u0438\u0441\u0438 ads.txt",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "wordads_ccpa_enabled": {
                            "description": "\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0443 \u041a\u0430\u043b\u0456\u0444\u043e\u0440\u043d\u0456\u0439\u0441\u044c\u043a\u043e\u0433\u043e \u0417\u0430\u043a\u043e\u043d\u0443 \u043f\u0440\u043e \u043a\u043e\u043d\u0444\u0456\u0434\u0435\u043d\u0446\u0456\u0439\u043d\u0456\u0441\u0442\u044c \u0441\u043f\u043e\u0436\u0438\u0432\u0430\u0447\u0456\u0432 (CCPA)",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads_ccpa_privacy_policy_url": {
                            "description": "URL \u043f\u043e\u043b\u0456\u0442\u0438\u043a\u0438 \u043a\u043e\u043d\u0444\u0456\u0434\u0435\u043d\u0446\u0456\u0439\u043d\u043e\u0441\u0442\u0456",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "google_analytics_tracking_id": {
                            "description": "Google Analytics",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "admin_bar": {
                            "description": "\u0414\u043e\u0434\u0430\u0439\u0442\u0435 \u043d\u0435\u0432\u0435\u043b\u0438\u043a\u0443 \u0434\u0456\u0430\u0433\u0440\u0430\u043c\u0443 \u0432 \u043f\u0430\u043d\u0435\u043b\u044c \u0430\u0434\u043c\u0456\u043d\u0456\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0430 \u0437 \u043e\u0433\u043b\u044f\u0434\u043e\u043c \u0442\u0440\u0430\u0444\u0456\u043a\u0443 \u0437\u0430 48 \u0433\u043e\u0434\u0438\u043d.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "enable_calypso_stats": {
                            "description": "\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u044c\u0442\u0435 \u043d\u043e\u0432\u0443 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0443 Jetpack (\u0435\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u0430).",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "roles": {
                            "description": "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u0440\u043e\u043b\u0456, \u044f\u043a\u0456 \u0437\u043c\u043e\u0436\u0443\u0442\u044c \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0430\u0442\u0438 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u0447\u043d\u0456 \u0437\u0432\u0456\u0442\u0438.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "administrator"
                            ],
                            "required": false
                        },
                        "count_roles": {
                            "description": "\u041f\u0456\u0434\u0440\u0430\u0445\u0443\u0439\u0442\u0435 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0438 \u0441\u0442\u043e\u0440\u0456\u043d\u043e\u043a \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u0438\u0445 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456\u0432, \u044f\u043a\u0456 \u0432\u0432\u0456\u0439\u0448\u043b\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "administrator"
                            ],
                            "required": false
                        },
                        "blog_id": {
                            "description": "\u0411\u043b\u043e\u0433 ID.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "do_not_track": {
                            "description": "\u041d\u0435 \u0432\u0456\u0434\u0441\u043b\u0456\u0434\u043a\u043e\u0432\u0443\u0432\u0430\u0442\u0438.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "version": {
                            "description": "\u0412\u0435\u0440\u0441\u0456\u044f.",
                            "type": "integer",
                            "default": 9,
                            "required": false
                        },
                        "collapse_nudges": {
                            "description": "\u0417\u0433\u043e\u0440\u043d\u0443\u0442\u0438 \u043d\u0430\u0433\u0430\u0434\u0443\u0432\u0430\u043d\u043d\u044f \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "akismet_show_user_comments_approved": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordpress_api_key": {
                            "description": "",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "dismiss_empty_stats_card": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "dismiss_dash_backup_getting_started": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "dismiss_dash_agencies_learn_more": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "lang_id": {
                            "description": "\u041e\u0441\u043d\u043e\u0432\u043d\u0430 \u043c\u043e\u0432\u0430 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u0443.",
                            "type": "string",
                            "default": "en_US",
                            "required": false
                        },
                        "onboarding": {
                            "description": "",
                            "type": "object",
                            "default": {
                                "siteTitle": "",
                                "siteDescription": "",
                                "siteType": "personal",
                                "homepageFormat": "posts",
                                "addContactForm": 0,
                                "businessAddress": {
                                    "name": "",
                                    "street": "",
                                    "city": "",
                                    "state": "",
                                    "zip": ""
                                },
                                "installWooCommerce": false
                            },
                            "required": false
                        },
                        "advanced_seo_front_page_description": {
                            "description": "\u041c\u0435\u0442\u0430-\u043e\u043f\u0438\u0441 \u0433\u043e\u043b\u043e\u0432\u043d\u043e\u0457 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "advanced_seo_title_formats": {
                            "description": "\u0421\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0438 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0456\u0432 SEO \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438.",
                            "type": "object",
                            "default": {
                                "archives": [],
                                "front_page": [],
                                "groups": [],
                                "pages": [],
                                "posts": []
                            },
                            "required": false
                        },
                        "videopress_private_enabled_for_site": {
                            "description": "\u041a\u043e\u043d\u0444\u0456\u0434\u0435\u043d\u0446\u0456\u0439\u043d\u0456\u0441\u0442\u044c \u0432\u0456\u0434\u0435\u043e: \u0434\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u043b\u0438\u0448\u0435 \u0434\u043b\u044f \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432 \u0446\u044c\u043e\u0433\u043e \u0441\u0430\u0439\u0442\u0443",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "action-bar": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "carousel": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "comment-likes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "comments": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "contact-form": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "copy-post": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "custom-content-types": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "custom-css": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "enhanced-distribution": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "google-analytics": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "google-fonts": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "gravatar-hovercards": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "infinite-scroll": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "json-api": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "latex": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "lazy-images": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "likes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "markdown": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "masterbar": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "monitor": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "notes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "photon-cdn": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "photon": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "post-by-email": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "post-list": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "protect": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "publicize": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "related-posts": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "search": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "seo-tools": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "sharedaddy": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "shortcodes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "shortlinks": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "sitemaps": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "sso": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "stats": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "subscriptions": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "tiled-gallery": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "vaultpress": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "verification-tools": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "videopress": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "waf": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "widget-visibility": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "widgets": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "woocommerce-analytics": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/module\/(?P<slug>[a-z\\-]+)\/active": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "active": {
                            "default": true,
                            "type": "boolean",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/module\/(?P<slug>[a-z\\-]+)\/data": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "range": {
                            "default": "day",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/module\/(?P<service>[a-z\\-]+)\/key\/check": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "api_key": {
                            "default": "",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/settings": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "default": "edit",
                            "required": false
                        },
                        "jetpack_blocks_disabled": {
                            "description": "Jetpack Blocks \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u043e.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "carousel_background_color": {
                            "description": "\u041a\u043e\u043b\u044c\u043e\u0440\u043e\u0432\u0430 \u0441\u0445\u0435\u043c\u0430.",
                            "type": "string",
                            "default": "black",
                            "enum": [
                                "black",
                                "white"
                            ],
                            "required": false
                        },
                        "carousel_display_exif": {
                            "description": "\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u0456 \u0444\u043e\u0442\u043e (<a href=\"http:\/\/en.wikipedia.org\/wiki\/Exchangeable_image_file_format\" target=\"_blank\">Exif<\/a>) \u0443 \u043a\u0430\u0440\u0443\u0441\u0435\u043b\u0456, \u043a\u043e\u043b\u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "carousel_display_comments": {
                            "description": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0440\u043e\u0437\u0434\u0456\u043b \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456\u0432 \u0443 \u043a\u0430\u0440\u0443\u0441\u0435\u043b\u0456",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "highlander_comment_form_prompt": {
                            "description": "\u0422\u0435\u043a\u0441\u0442 \u043f\u0440\u0438\u0432\u0456\u0442\u0430\u043d\u043d\u044f",
                            "type": "string",
                            "default": "\u0417\u0430\u043b\u0438\u0448\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c",
                            "required": false
                        },
                        "jetpack_comment_form_color_scheme": {
                            "description": "\u041a\u043e\u043b\u044c\u043e\u0440\u043e\u0432\u0430 \u0441\u0445\u0435\u043c\u0430",
                            "type": "string",
                            "default": "light",
                            "enum": [
                                "light",
                                "dark",
                                "transparent"
                            ],
                            "required": false
                        },
                        "jetpack_portfolio": {
                            "description": "\u0412\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0430\u0431\u043e \u0432\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u0442\u0438\u043f \u0437\u0430\u043f\u0438\u0441\u0456\u0432 &quot;\u041f\u043e\u0440\u0442\u0444\u043e\u043b\u0456\u043e&quot; Jetpack.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_portfolio_posts_per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u0456\u0432 \u0434\u043b\u044f \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430\u0445 \u043f\u043e\u0440\u0442\u0444\u043e\u043b\u0456\u043e.",
                            "type": "integer",
                            "default": 10,
                            "required": false
                        },
                        "jetpack_testimonial": {
                            "description": "\u0412\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0430\u0431\u043e \u0432\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u0442\u0438\u043f \u0437\u0430\u043f\u0438\u0441\u0456\u0432 &quot;\u0412\u0456\u0434\u0433\u0443\u043a&quot; Jetpack.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_testimonial_posts_per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u0456\u0432 \u0434\u043b\u044f \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430\u0445 \u0432\u0456\u0434\u0433\u0443\u043a\u0456\u0432.",
                            "type": "integer",
                            "default": 10,
                            "required": false
                        },
                        "jetpack_waf_automatic_rules": {
                            "description": "\u0423\u0432\u0456\u043c\u043a\u043d\u0456\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0456 \u043f\u0440\u0430\u0432\u0438\u043b\u0430 \u2013 \u0437\u0430\u0445\u0438\u0441\u0442\u0456\u0442\u044c \u0441\u0432\u0456\u0439 \u0441\u0430\u0439\u0442 \u0432\u0456\u0434 \u043d\u0435\u043d\u0430\u0434\u0456\u0439\u043d\u0438\u0445 \u0434\u0436\u0435\u0440\u0435\u043b \u0442\u0440\u0430\u0444\u0456\u043a\u0443 \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0438\u0445 \u043f\u0440\u0430\u0432\u0438\u043b \u0431\u0435\u0437\u043f\u0435\u043a\u0438.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "jetpack_waf_ip_list": {
                            "description": "\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \/ \u0417\u0430\u0431\u043b\u043e\u043a\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0435\u043b\u0456\u043a - \u0411\u043b\u043e\u043a\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u0431\u043e \u0434\u043e\u0437\u0432\u0456\u043b \u0437\u0430\u043f\u0438\u0442\u0443 \u0437 \u043f\u0435\u0432\u043d\u043e\u0457 IP-\u0430\u0434\u0440\u0435\u0441\u0438.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_waf_ip_block_list": {
                            "description": "\u0417\u0430\u0431\u043b\u043e\u043a\u043e\u0432\u0430\u043d\u0456 IP-\u0430\u0434\u0440\u0435\u0441\u0438",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_waf_ip_allow_list": {
                            "description": "\u0417\u0430\u0432\u0436\u0434\u0438 \u0434\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u0456 IP-\u0430\u0434\u0440\u0435\u0441\u0438",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_waf_share_data": {
                            "description": "\u041f\u043e\u0448\u0438\u0440\u0438\u0442\u0438 \u0434\u0430\u043d\u0456 \u0437 Jetpack.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "tiled_galleries": {
                            "description": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0432\u0441\u0456 \u0432\u0430\u0448\u0456 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0433\u0430\u043b\u0435\u0440\u0435\u0457 \u0433\u0430\u0440\u043d\u043e\u044e \u043c\u043e\u0437\u0430\u0457\u043a\u043e\u044e.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "gravatar_disable_hovercards": {
                            "description": "\u0411\u0430\u0447\u0438\u0442\u0438 \u043f\u0440\u043e\u0444\u0456\u043b\u044c \u043b\u044e\u0434\u0435\u0439 \u043a\u043e\u043b\u0438 \u0432\u0430\u0448\u0430 \u043c\u0438\u0448\u043a\u0430 \u0437\u0430 \u0457\u0445\u043d\u0456\u043c \u0413\u0440\u0430\u0432\u0430\u0442\u0430\u0440\u043e\u043c",
                            "type": "string",
                            "default": "enabled",
                            "enum": [
                                "enabled",
                                "disabled"
                            ],
                            "required": false
                        },
                        "infinite_scroll": {
                            "description": "\u0414\u043e \u0431\u0435\u0437\u043a\u0456\u043d\u0435\u0447\u043d\u043e\u0441\u0442\u0456 \u0442\u0430 \u0434\u0430\u043b\u0456",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "infinite_scroll_google_analytics": {
                            "description": "\u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 Google Analytics \u0456\u0437 \u043d\u0435\u0441\u043a\u0456\u043d\u0447\u0435\u043d\u043d\u0438\u043c \u043f\u0440\u043e\u043a\u0440\u0443\u0447\u0443\u0432\u0430\u043d\u043d\u044f\u043c",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpl_default": {
                            "description": "\u0412\u043f\u043e\u0434\u043e\u0431\u0430\u043d\u043d\u044f WordPress.com",
                            "type": "string",
                            "default": "on",
                            "enum": [
                                "on",
                                "off"
                            ],
                            "required": false
                        },
                        "social_notifications_like": {
                            "description": "\u041d\u0430\u0434\u0441\u0438\u043b\u0430\u0442\u0438 \u0441\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u044e \u043f\u043e\u0448\u0442\u043e\u044e, \u043a\u043e\u043b\u0438 \u0445\u0442\u043e\u0441\u044c \u0432\u043f\u043e\u0434\u043e\u0431\u0430\u0432 \u0437\u0430\u043f\u0438\u0441",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wpcom_publish_comments_with_markdown": {
                            "description": "\u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 Markdown \u0434\u043b\u044f \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456\u0432.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpcom_publish_posts_with_markdown": {
                            "description": "\u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 Markdown \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0456\u0432.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "monitor_receive_notifications": {
                            "description": "\u041e\u0442\u0440\u0438\u043c\u0443\u0432\u0430\u0442\u0438 \u0441\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u044e \u043f\u043e\u0448\u0442\u043e\u044e.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "post_by_email_address": {
                            "description": "\u0415\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u0441\u043a\u0440\u0438\u043d\u044c\u043a\u0430",
                            "type": "string",
                            "default": "noop",
                            "enum": [
                                "noop",
                                "create",
                                "regenerate",
                                "delete"
                            ],
                            "required": false
                        },
                        "jetpack_protect_key": {
                            "description": "\u0417\u0430\u0445\u0438\u0441\u0442 API \u043a\u043b\u044e\u0447\u0430",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_protect_global_whitelist": {
                            "description": "\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0438\u0439, \u0431\u0456\u043b\u0438\u0439, \u0441\u043f\u0438\u0441\u043e\u043a \u0437\u0430\u0445\u0438\u0441\u0442\u0443",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "sharing_services": {
                            "description": "\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0456 \u0441\u043b\u0443\u0436\u0431\u0438 \u0442\u0430 \u0442\u0456, \u0449\u043e \u043f\u0440\u0438\u0445\u043e\u0432\u0430\u043d\u0456 \u0437\u0430 \u043a\u043d\u043e\u043f\u043a\u043e\u044e",
                            "type": "object",
                            "default": {
                                "visible": [
                                    "twitter",
                                    "facebook"
                                ],
                                "hidden": []
                            },
                            "required": false
                        },
                        "button_style": {
                            "description": "\u0421\u0442\u0438\u043b\u044c \u043a\u043d\u043e\u043f\u043a\u0438",
                            "type": "string",
                            "default": "icon",
                            "enum": [
                                "icon-text",
                                "icon",
                                "text",
                                "official"
                            ],
                            "required": false
                        },
                        "sharing_label": {
                            "description": "\u041c\u0456\u0442\u043a\u0430 \u043f\u043e\u0448\u0438\u0440\u0435\u043d\u043d\u044f",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "show": {
                            "description": "\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0438, \u0434\u0435 \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u044e\u0442\u044c\u0441\u044f \u043a\u043d\u043e\u043f\u043a\u0438",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "post"
                            ],
                            "required": false
                        },
                        "jetpack-twitter-cards-site-tag": {
                            "description": "\u0406\u043c\u2019\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 Twitter \u0432\u043b\u0430\u0441\u043d\u0438\u043a\u0430 \u0434\u043e\u043c\u0435\u043d\u0443 \u0446\u044c\u043e\u0433\u043e \u0441\u0430\u0439\u0442\u0443.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "sharedaddy_disable_resources": {
                            "description": "\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 CSS \u0442\u0430 JS",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "custom": {
                            "description": "\u0412\u043b\u0430\u0441\u043d\u0456 \u0441\u043b\u0443\u0436\u0431\u0438 \u043f\u043e\u0448\u0438\u0440\u0435\u043d\u043d\u044f, \u0434\u043e\u0434\u0430\u043d\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0435\u043c.",
                            "type": "object",
                            "default": {
                                "sharing_name": "",
                                "sharing_url": "",
                                "sharing_icon": ""
                            },
                            "required": false
                        },
                        "sharing_delete_service": {
                            "description": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0432\u043b\u0430\u0441\u043d\u0443 \u0441\u043b\u0443\u0436\u0431\u0443 \u043f\u043e\u0448\u0438\u0440\u0435\u043d\u043d\u044f.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_sso_require_two_step": {
                            "description": "\u041d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u0430 \u0434\u0432\u043e\u0435\u0442\u0430\u043f\u043d\u0430 \u0430\u0432\u0442\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u044f",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_sso_match_by_email": {
                            "description": "\u0417\u0431\u0456\u0433 \u0437\u0430 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u044e \u043f\u043e\u0448\u0442\u043e\u044e",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "stb_enabled": {
                            "description": "\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 &lt;em&gt;&quot;\u041f\u0456\u0434\u043f\u0438\u0441\u0430\u0442\u0438\u0441\u044f \u043d\u0430 \u0431\u043b\u043e\u0433&quot;&lt;\/em&gt; \u0443 \u0444\u043e\u0440\u043c\u0456 \u043a\u043e\u043c\u0435\u043d\u0442\u0443\u0432\u0430\u043d\u043d\u044f",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "stc_enabled": {
                            "description": "\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 &lt;em&gt;&quot;\u041f\u0456\u0434\u043f\u0438\u0441\u0430\u0442\u0438\u0441\u044f \u043d\u0430 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456&quot;&lt;\/em&gt; \u0443 \u0444\u043e\u0440\u043c\u0456 \u043a\u043e\u043c\u0435\u043d\u0442\u0443\u0432\u0430\u043d\u043d\u044f",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "social_notifications_subscribe": {
                            "description": "\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438 \u0441\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u044e \u043f\u043e\u0448\u0442\u043e\u044e, \u043a\u043e\u043b\u0438 \u0445\u0442\u043e\u0441\u044c \u043f\u0456\u0434\u043f\u0438\u0441\u0443\u0454\u0442\u044c\u0441\u044f \u043d\u0430 \u043c\u0456\u0439 \u0431\u043b\u043e\u0433",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "show_headline": {
                            "description": "\u0412\u0438\u0434\u0456\u043b\u0456\u0442\u044c \u0441\u0445\u043e\u0436\u0438\u0439 \u0432\u043c\u0456\u0441\u0442 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u043e\u043c",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "show_thumbnails": {
                            "description": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u043c\u0456\u043d\u0456\u0430\u0442\u044e\u0440\u0443 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f, \u0434\u0435 \u0446\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "instant_search_enabled": {
                            "description": "\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043c\u0438\u0442\u0442\u0454\u0432\u0438\u0439 \u043f\u043e\u0448\u0443\u043a",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "has_jetpack_search_product": {
                            "description": "\u041c\u0430\u0454 \u0434\u0456\u044e\u0447\u0443 \u043f\u0456\u0434\u043f\u0438\u0441\u043a\u0443 \u043d\u0430 Jetpack Search",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "search_auto_config": {
                            "description": "\u0417\u0430\u043f\u0443\u0441\u043a \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e\u0433\u043e \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u043c\u0438\u0442\u0442\u0454\u0432\u043e\u0433\u043e \u043f\u043e\u0448\u0443\u043a\u0443",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "google": {
                            "description": "Google Search Console",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "bing": {
                            "description": "Bing Webmaster Center",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "pinterest": {
                            "description": "\u041f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043d\u043d\u044f \u0441\u0430\u0439\u0442\u0443 Pinterest",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "yandex": {
                            "description": "\u0412\u0435\u0440\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u044f \u0441\u0430\u0439\u0442\u0443 \u0432 \u042f\u043d\u0434\u0435\u043a\u0441",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "facebook": {
                            "description": "Facebook \u043f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043d\u043d\u044f \u0434\u043e\u043c\u0435\u043d\u0443",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "enable_header_ad": {
                            "description": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0440\u0435\u043a\u043b\u0430\u043c\u043d\u0438\u0439 \u0431\u043b\u043e\u043a \u0443 \u0432\u0435\u0440\u0445\u043d\u0456\u0439 \u0447\u0430\u0441\u0442\u0438\u043d\u0456 \u043a\u043e\u0436\u043d\u043e\u0457 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_approved": {
                            "description": "\u0427\u0438 \u0441\u0445\u0432\u0430\u043b\u0435\u043d\u043e \u0441\u0430\u0439\u0442 \u0434\u043b\u044f WordAds?",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads_second_belowpost": {
                            "description": "\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0434\u0440\u0443\u0433\u0443 \u0440\u0435\u043a\u043b\u0430\u043c\u0443 \u043f\u0456\u0434 \u0437\u0430\u043f\u0438\u0441\u043e\u043c?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_front_page": {
                            "description": "\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0440\u0435\u043a\u043b\u0430\u043c\u0443 \u043d\u0430 \u0433\u043e\u043b\u043e\u0432\u043d\u0456\u0439 \u0441\u0442\u043e\u0440\u0456\u043d\u0446\u0456?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_post": {
                            "description": "\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0440\u0435\u043a\u043b\u0430\u043c\u0443 \u0432 \u0437\u0430\u043f\u0438\u0441\u0430\u0445?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_page": {
                            "description": "\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0440\u0435\u043a\u043b\u0430\u043c\u0443 \u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430\u0445?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_archive": {
                            "description": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0440\u0435\u043a\u043b\u0430\u043c\u0443 \u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430\u0445 \u0430\u0440\u0445\u0456\u0432\u0456\u0432?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_custom_adstxt_enabled": {
                            "description": "\u0412\u043b\u0430\u0441\u043d\u0438\u0439 \u0444\u0430\u0439\u043b ads.txt",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads_custom_adstxt": {
                            "description": "\u0412\u043b\u0430\u0441\u043d\u0456 \u0437\u0430\u043f\u0438\u0441\u0438 ads.txt",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "wordads_ccpa_enabled": {
                            "description": "\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0443 \u041a\u0430\u043b\u0456\u0444\u043e\u0440\u043d\u0456\u0439\u0441\u044c\u043a\u043e\u0433\u043e \u0417\u0430\u043a\u043e\u043d\u0443 \u043f\u0440\u043e \u043a\u043e\u043d\u0444\u0456\u0434\u0435\u043d\u0446\u0456\u0439\u043d\u0456\u0441\u0442\u044c \u0441\u043f\u043e\u0436\u0438\u0432\u0430\u0447\u0456\u0432 (CCPA)",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads_ccpa_privacy_policy_url": {
                            "description": "URL \u043f\u043e\u043b\u0456\u0442\u0438\u043a\u0438 \u043a\u043e\u043d\u0444\u0456\u0434\u0435\u043d\u0446\u0456\u0439\u043d\u043e\u0441\u0442\u0456",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "google_analytics_tracking_id": {
                            "description": "Google Analytics",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "admin_bar": {
                            "description": "\u0414\u043e\u0434\u0430\u0439\u0442\u0435 \u043d\u0435\u0432\u0435\u043b\u0438\u043a\u0443 \u0434\u0456\u0430\u0433\u0440\u0430\u043c\u0443 \u0432 \u043f\u0430\u043d\u0435\u043b\u044c \u0430\u0434\u043c\u0456\u043d\u0456\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0430 \u0437 \u043e\u0433\u043b\u044f\u0434\u043e\u043c \u0442\u0440\u0430\u0444\u0456\u043a\u0443 \u0437\u0430 48 \u0433\u043e\u0434\u0438\u043d.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "enable_calypso_stats": {
                            "description": "\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u044c\u0442\u0435 \u043d\u043e\u0432\u0443 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0443 Jetpack (\u0435\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u0430).",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "roles": {
                            "description": "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u0440\u043e\u043b\u0456, \u044f\u043a\u0456 \u0437\u043c\u043e\u0436\u0443\u0442\u044c \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0430\u0442\u0438 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u0447\u043d\u0456 \u0437\u0432\u0456\u0442\u0438.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "administrator"
                            ],
                            "required": false
                        },
                        "count_roles": {
                            "description": "\u041f\u0456\u0434\u0440\u0430\u0445\u0443\u0439\u0442\u0435 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0438 \u0441\u0442\u043e\u0440\u0456\u043d\u043e\u043a \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u0438\u0445 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456\u0432, \u044f\u043a\u0456 \u0432\u0432\u0456\u0439\u0448\u043b\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "administrator"
                            ],
                            "required": false
                        },
                        "blog_id": {
                            "description": "\u0411\u043b\u043e\u0433 ID.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "do_not_track": {
                            "description": "\u041d\u0435 \u0432\u0456\u0434\u0441\u043b\u0456\u0434\u043a\u043e\u0432\u0443\u0432\u0430\u0442\u0438.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "version": {
                            "description": "\u0412\u0435\u0440\u0441\u0456\u044f.",
                            "type": "integer",
                            "default": 9,
                            "required": false
                        },
                        "collapse_nudges": {
                            "description": "\u0417\u0433\u043e\u0440\u043d\u0443\u0442\u0438 \u043d\u0430\u0433\u0430\u0434\u0443\u0432\u0430\u043d\u043d\u044f \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "akismet_show_user_comments_approved": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordpress_api_key": {
                            "description": "",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "dismiss_empty_stats_card": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "dismiss_dash_backup_getting_started": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "dismiss_dash_agencies_learn_more": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "lang_id": {
                            "description": "\u041e\u0441\u043d\u043e\u0432\u043d\u0430 \u043c\u043e\u0432\u0430 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u0443.",
                            "type": "string",
                            "default": "en_US",
                            "required": false
                        },
                        "onboarding": {
                            "description": "",
                            "type": "object",
                            "default": {
                                "siteTitle": "",
                                "siteDescription": "",
                                "siteType": "personal",
                                "homepageFormat": "posts",
                                "addContactForm": 0,
                                "businessAddress": {
                                    "name": "",
                                    "street": "",
                                    "city": "",
                                    "state": "",
                                    "zip": ""
                                },
                                "installWooCommerce": false
                            },
                            "required": false
                        },
                        "advanced_seo_front_page_description": {
                            "description": "\u041c\u0435\u0442\u0430-\u043e\u043f\u0438\u0441 \u0433\u043e\u043b\u043e\u0432\u043d\u043e\u0457 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "advanced_seo_title_formats": {
                            "description": "\u0421\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0438 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0456\u0432 SEO \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438.",
                            "type": "object",
                            "default": {
                                "archives": [],
                                "front_page": [],
                                "groups": [],
                                "pages": [],
                                "posts": []
                            },
                            "required": false
                        },
                        "videopress_private_enabled_for_site": {
                            "description": "\u041a\u043e\u043d\u0444\u0456\u0434\u0435\u043d\u0446\u0456\u0439\u043d\u0456\u0441\u0442\u044c \u0432\u0456\u0434\u0435\u043e: \u0434\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u043b\u0438\u0448\u0435 \u0434\u043b\u044f \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432 \u0446\u044c\u043e\u0433\u043e \u0441\u0430\u0439\u0442\u0443",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "action-bar": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "carousel": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "comment-likes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "comments": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "contact-form": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "copy-post": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "custom-content-types": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "custom-css": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "enhanced-distribution": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "google-analytics": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "google-fonts": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "gravatar-hovercards": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "infinite-scroll": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "json-api": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "latex": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "lazy-images": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "likes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "markdown": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "masterbar": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "monitor": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "notes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "photon-cdn": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "photon": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "post-by-email": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "post-list": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "protect": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "publicize": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "related-posts": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "search": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "seo-tools": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "sharedaddy": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "shortcodes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "shortlinks": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "sitemaps": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "sso": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "stats": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "subscriptions": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "tiled-gallery": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "vaultpress": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "verification-tools": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "videopress": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "waf": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "widget-visibility": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "widgets": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "woocommerce-analytics": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/settings"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/settings\/(?P<slug>[a-z\\-]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "default": "edit",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/options\/(?P<options>[a-z\\-]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/updates\/plugins": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/updates\/plugins"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/notice\/(?P<notice>[a-z\\-_]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/plugins": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "\u0427\u0430\u0441\u0442\u0438\u043d\u0430 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043f\u043b\u0430\u0433\u0456\u043d\u0430 \u0432 \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0456\u0457 WordPress.org.",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0456\u0457 \u043f\u043b\u0430\u0433\u0456\u043d\u0443.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "default": "inactive",
                            "required": false
                        },
                        "source": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/plugins"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/plugins\/(?P<plugin>[^.\\\/]+(?:\\\/[^.\\\/]+)?)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "status": {
                            "type": "string",
                            "required": true
                        },
                        "source": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/plugin\/(?P<plugin>[a-z\\\/\\.\\-_]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/widgets\/(?P<id>[0-9a-z\\-_]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/verify-site\/(?P<service>[a-z\\-_]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "keyring_id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/verify-site\/(?P<service>[a-z\\-_]+)\/(?<keyring_id>[0-9]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/recommendations\/data": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/recommendations\/data"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/recommendations\/step": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "step": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/recommendations\/step"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/recommendations\/product-suggestions": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/recommendations\/product-suggestions"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/recommendations\/upsell": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/recommendations\/upsell"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/recommendations\/conditional": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/recommendations\/conditional"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site\/discount": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/site\/discount"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/jetpack_crm": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "extension": {
                            "type": "text",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/jetpack_crm"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/purchase-token": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/purchase-token"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/seen-wc-connection-modal": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/seen-wc-connection-modal"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/intro-offers": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/intro-offers"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/licensing\/error": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "error": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/licensing\/error"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/licensing\/set-license": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "license": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/licensing\/set-license"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/licensing\/user\/licenses": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/licensing\/user\/licenses"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/licensing\/user\/counts": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/licensing\/user\/counts"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/licensing\/user\/activation-notice-dismiss": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "last_detached_count": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/licensing\/user\/activation-notice-dismiss"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/licensing\/attach-licenses": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "licenses": {
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/licensing\/attach-licenses"
                    }
                ]
            }
        },
        "\/lc_public_api\/v1": {
            "namespace": "lc_public_api\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "lc_public_api\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/lc_public_api\/v1"
                    }
                ]
            }
        },
        "\/lc_public_api\/v1\/proxy": {
            "namespace": "lc_public_api\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/lc_public_api\/v1\/proxy"
                    }
                ]
            }
        },
        "\/litespeed\/v1": {
            "namespace": "litespeed\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "litespeed\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/litespeed\/v1"
                    }
                ]
            }
        },
        "\/litespeed\/v1\/toggle_crawler_state": {
            "namespace": "litespeed\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/litespeed\/v1\/toggle_crawler_state"
                    }
                ]
            }
        },
        "\/litespeed\/v1\/tool\/check_ip": {
            "namespace": "litespeed\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/litespeed\/v1\/tool\/check_ip"
                    }
                ]
            }
        },
        "\/litespeed\/v1\/guest\/sync": {
            "namespace": "litespeed\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/litespeed\/v1\/guest\/sync"
                    }
                ]
            }
        },
        "\/litespeed\/v3": {
            "namespace": "litespeed\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "litespeed\/v3",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/litespeed\/v3"
                    }
                ]
            }
        },
        "\/litespeed\/v3\/ip_validate": {
            "namespace": "litespeed\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/litespeed\/v3\/ip_validate"
                    }
                ]
            }
        },
        "\/litespeed\/v3\/wp_rest_echo": {
            "namespace": "litespeed\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/litespeed\/v3\/wp_rest_echo"
                    }
                ]
            }
        },
        "\/litespeed\/v3\/ping": {
            "namespace": "litespeed\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/litespeed\/v3\/ping"
                    }
                ]
            }
        },
        "\/litespeed\/v3\/cdn_status": {
            "namespace": "litespeed\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/litespeed\/v3\/cdn_status"
                    }
                ]
            }
        },
        "\/litespeed\/v1\/notify_img": {
            "namespace": "litespeed\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/litespeed\/v1\/notify_img"
                    }
                ]
            }
        },
        "\/litespeed\/v1\/notify_ccss": {
            "namespace": "litespeed\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/litespeed\/v1\/notify_ccss"
                    }
                ]
            }
        },
        "\/litespeed\/v1\/notify_ucss": {
            "namespace": "litespeed\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/litespeed\/v1\/notify_ucss"
                    }
                ]
            }
        },
        "\/litespeed\/v1\/notify_vpi": {
            "namespace": "litespeed\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/litespeed\/v1\/notify_vpi"
                    }
                ]
            }
        },
        "\/litespeed\/v3\/err_domains": {
            "namespace": "litespeed\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/litespeed\/v3\/err_domains"
                    }
                ]
            }
        },
        "\/litespeed\/v1\/check_img": {
            "namespace": "litespeed\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/litespeed\/v1\/check_img"
                    }
                ]
            }
        },
        "\/redirection\/v1": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "redirection\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/redirection\/v1"
                    }
                ]
            }
        },
        "\/redirection\/v1\/redirect": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "source",
                                "last_count",
                                "last_access",
                                "position",
                                "id",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "source",
                                "last_count",
                                "last_access",
                                "position",
                                "id",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/redirection\/v1\/redirect"
                    }
                ]
            }
        },
        "\/redirection\/v1\/redirect\/(?P<id>[\\d]+)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/redirection\/v1\/redirect\/post": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "text": {
                            "description": "Text to match",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/redirection\/v1\/redirect\/post"
                    }
                ]
            }
        },
        "\/redirection\/v1\/bulk\/redirect\/(?P<bulk>delete|enable|disable|reset)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "source",
                                "last_count",
                                "last_access",
                                "position",
                                "id",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        },
                        "global": {
                            "description": "Apply bulk action globally, as per filters",
                            "type": "boolean",
                            "required": false
                        },
                        "items": {
                            "description": "Array of IDs to perform action on",
                            "type": "array",
                            "items": {
                                "description": "Item ID",
                                "type": [
                                    "string",
                                    "number"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/redirection\/v1\/group": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "name",
                                "id",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "name",
                                "id",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        },
                        "moduleId": {
                            "description": "Module ID",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 3,
                            "required": true
                        },
                        "name": {
                            "description": "Group name",
                            "type": "string",
                            "required": true
                        },
                        "status": {
                            "description": "Status of the group",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/redirection\/v1\/group"
                    }
                ]
            }
        },
        "\/redirection\/v1\/group\/(?P<id>[\\d]+)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "moduleId": {
                            "description": "Module ID",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 3,
                            "required": true
                        },
                        "name": {
                            "description": "Group name",
                            "type": "string",
                            "required": true
                        },
                        "status": {
                            "description": "Status of the group",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/redirection\/v1\/bulk\/group\/(?P<bulk>delete|enable|disable)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "name",
                                "id",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        },
                        "items": {
                            "description": "Comma separated list of item IDs to perform action on",
                            "type": "array",
                            "items": {
                                "description": "Item ID",
                                "type": [
                                    "string",
                                    "number"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/redirection\/v1\/log": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "url",
                                "ip",
                                "total",
                                "count",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/redirection\/v1\/log"
                    }
                ]
            }
        },
        "\/redirection\/v1\/bulk\/log\/(?P<bulk>delete)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "url",
                                "ip",
                                "total",
                                "count",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        },
                        "items": {
                            "description": "Comma separated list of item IDs to perform action on",
                            "type": "array",
                            "items": {
                                "description": "Item ID",
                                "type": [
                                    "string",
                                    "number"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/redirection\/v1\/404": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "url",
                                "ip",
                                "total",
                                "count",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/redirection\/v1\/404"
                    }
                ]
            }
        },
        "\/redirection\/v1\/bulk\/404\/(?P<bulk>delete)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "url",
                                "ip",
                                "total",
                                "count",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        },
                        "items": {
                            "description": "Comma separated list of item IDs to perform action on",
                            "type": "array",
                            "items": {
                                "description": "Item ID",
                                "type": [
                                    "string",
                                    "number"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/redirection\/v1\/setting": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/redirection\/v1\/setting"
                    }
                ]
            }
        },
        "\/redirection\/v1\/plugin": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Name",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "Value",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/redirection\/v1\/plugin"
                    }
                ]
            }
        },
        "\/redirection\/v1\/plugin\/delete": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/redirection\/v1\/plugin\/delete"
                    }
                ]
            }
        },
        "\/redirection\/v1\/plugin\/test": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/redirection\/v1\/plugin\/test"
                    }
                ]
            }
        },
        "\/redirection\/v1\/plugin\/data": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "upgrade": {
                            "description": "Upgrade parameter",
                            "type": "string",
                            "enum": [
                                "stop",
                                "skip",
                                "retry"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/redirection\/v1\/plugin\/data"
                    }
                ]
            }
        },
        "\/redirection\/v1\/import\/file\/(?P<group_id>\\d+)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/redirection\/v1\/import\/plugin": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/redirection\/v1\/import\/plugin"
                    }
                ]
            }
        },
        "\/redirection\/v1\/export\/(?P<module>1|2|3|all)\/(?P<format>csv|apache|nginx|json)": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/tho\/v1": {
            "namespace": "tho\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "tho\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/tho\/v1"
                    }
                ]
            }
        },
        "\/tho\/v1\/tests": {
            "namespace": "tho\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/tho\/v1\/tests"
                    }
                ]
            }
        },
        "\/tho\/v1\/tests\/(?P<id>[\\d]+)": {
            "namespace": "tho\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "default": false,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/tho\/v1\/tests\/log_inconclusive_test": {
            "namespace": "tho\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/tho\/v1\/tests\/log_inconclusive_test"
                    }
                ]
            }
        },
        "\/tho\/v1\/variation": {
            "namespace": "tho\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/tho\/v1\/variation"
                    }
                ]
            }
        },
        "\/tho\/v1\/variation\/(?P<id>[\\d]+)": {
            "namespace": "tho\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "default": false,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/tho\/v1\/settings": {
            "namespace": "tho\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/tho\/v1\/settings"
                    }
                ]
            }
        },
        "\/tho\/v1\/posts": {
            "namespace": "tho\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/tho\/v1\/posts"
                    }
                ]
            }
        },
        "\/tho\/v1\/posts\/(?P<id>[\\d]+)": {
            "namespace": "tho\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "default": false,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/tho\/v1\/logs\/(engagement_report|engagement_rate_report|cumulative_engagement_report|click_through_rate_report|time_on_content_report|scroll_report)\/([\\d]+|all)": {
            "namespace": "tho\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/tho\/v1\/logs\/(engagement_report|engagement_rate_report|cumulative_engagement_report|click_through_rate_report|time_on_content_report|scroll_report)\/([\\d]+|all)"
                    }
                ]
            }
        },
        "\/tho\/v1\/logs\/table": {
            "namespace": "tho\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/tho\/v1\/logs\/table"
                    }
                ]
            }
        },
        "\/tho\/v1\/logs": {
            "namespace": "tho\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "post_id": {
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "source": {
                            "type": "integer",
                            "default": null,
                            "enum": [
                                1,
                                2,
                                3
                            ],
                            "required": false
                        },
                        "log_type": {
                            "type": "integer",
                            "default": null,
                            "enum": [
                                1,
                                2
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/tho\/v1\/logs"
                    }
                ]
            }
        },
        "\/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:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/wp-json\/yoast\/v1\/file_size"
                    }
                ]
            }
        },
        "\/yoast\/v1\/statistics": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/yoast\/v1\/statistics"
                    }
                ]
            }
        },
        "\/yoast\/v1\/alerts\/dismiss": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "key": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/wp-json\/yoast\/v1\/configuration\/social_profiles"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/person_social_profiles": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "user_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "user_id": {
                            "type": "integer",
                            "required": false
                        },
                        "facebook": {
                            "type": "string",
                            "required": false
                        },
                        "instagram": {
                            "type": "string",
                            "required": false
                        },
                        "linkedin": {
                            "type": "string",
                            "required": false
                        },
                        "myspace": {
                            "type": "string",
                            "required": false
                        },
                        "pinterest": {
                            "type": "string",
                            "required": false
                        },
                        "soundcloud": {
                            "type": "string",
                            "required": false
                        },
                        "tumblr": {
                            "type": "string",
                            "required": false
                        },
                        "twitter": {
                            "type": "string",
                            "required": false
                        },
                        "youtube": {
                            "type": "string",
                            "required": false
                        },
                        "wikipedia": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/yoast\/v1\/configuration\/person_social_profiles"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/check_capability": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "user_id": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/wp-json\/yoast\/v1\/get_head"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/posts": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/yoast\/v1\/indexing\/posts"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/terms": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/wp-json\/yoast\/v1\/indexing\/general"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/prepare": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/yoast\/v1\/indexing\/prepare"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/indexables-complete": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/yoast\/v1\/indexing\/indexables-complete"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/complete": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/yoast\/v1\/indexing\/complete"
                    }
                ]
            }
        },
        "\/yoast\/v1\/link-indexing\/posts": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/wp-json\/yoast\/v1\/integrations\/set_active"
                    }
                ]
            }
        },
        "\/yoast\/v1\/meta\/search": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/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
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/yoast\/v1\/wincher\/keyphrases"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/keyphrases\/untrack": {
            "namespace": "yoast\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/yoast\/v1\/wincher\/keyphrases\/untrack"
                    }
                ]
            }
        },
        "\/yoast\/v1\/workouts": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/yoast\/v1\/workouts"
                    }
                ]
            }
        },
        "\/trustindex\/v1": {
            "namespace": "trustindex\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "trustindex\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/trustindex\/v1"
                    }
                ]
            }
        },
        "\/trustindex\/v1\/get-widgets": {
            "namespace": "trustindex\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/trustindex\/v1\/get-widgets"
                    }
                ]
            }
        },
        "\/trustindex\/v1\/setup-complete": {
            "namespace": "trustindex\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/trustindex\/v1\/setup-complete"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/verify_xmlrpc_error": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "nonce": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/verify_xmlrpc_error"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/verify_registration": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/verify_registration"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/remote_authorize": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/remote_authorize"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "isActive": {
                            "description": "\u042f\u043a\u0449\u043e \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f false, \u0441\u0430\u0439\u0442 \u0431\u0443\u0434\u0435 \u0432\u0456\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u043e.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/connection"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/data": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/connection\/data"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/plugins": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/connection\/plugins"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/reconnect": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/connection\/reconnect"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/register": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "from": {
                            "description": "\u0412\u043a\u0430\u0437\u0443\u0454, \u0434\u0435 \u0431\u0443\u043b\u043e \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u043e \u0434\u0456\u044e \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457 \u0434\u043b\u044f \u0446\u0456\u043b\u0435\u0439 \u0432\u0456\u0434\u0441\u0442\u0435\u0436\u0435\u043d\u043d\u044f\/\u0441\u0435\u0433\u043c\u0435\u043d\u0442\u0430\u0446\u0456\u0457",
                            "type": "string",
                            "required": false
                        },
                        "registration_nonce": {
                            "description": "\u0420\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u044f nonce",
                            "type": "string",
                            "required": true
                        },
                        "redirect_uri": {
                            "description": "URI-\u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438 \u0430\u0434\u043c\u0456\u043d\u0456\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0430, \u043d\u0430 \u044f\u043a\u0443 \u0441\u043b\u0456\u0434 \u043f\u0435\u0440\u0435\u043d\u0430\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u043f\u0456\u0441\u043b\u044f \u043f\u0456\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044f",
                            "type": "string",
                            "required": false
                        },
                        "plugin_slug": {
                            "description": "\u0412\u043a\u0430\u0437\u0443\u0454, \u0432\u0456\u0434 \u044f\u043a\u043e\u0433\u043e \u043f\u043b\u0430\u0433\u0456\u043d\u0430 \u043d\u0430\u0434\u0445\u043e\u0434\u0438\u0442\u044c \u0437\u0430\u043f\u0438\u0442",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/connection\/register"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/authorize_url": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "redirect_uri": {
                            "description": "URI-\u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438 \u0430\u0434\u043c\u0456\u043d\u0456\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0430, \u043d\u0430 \u044f\u043a\u0443 \u0441\u043b\u0456\u0434 \u043f\u0435\u0440\u0435\u043d\u0430\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u043f\u0456\u0441\u043b\u044f \u043f\u0456\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044f",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/connection\/authorize_url"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/user-token": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "user_token": {
                            "description": "\u041c\u0430\u0440\u043a\u0435\u0440 \u043d\u043e\u0432\u043e\u0433\u043e \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430",
                            "type": "string",
                            "required": true
                        },
                        "is_connection_owner": {
                            "description": "\u0404 \u0432\u043b\u0430\u0441\u043d\u0438\u043a\u043e\u043c \u043f\u0456\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044f",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/user-token"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/owner": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "owner": {
                            "description": "\u041d\u043e\u0432\u0438\u0439 \u0432\u043b\u0430\u0441\u043d\u0438\u043a",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/connection\/owner"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/full-sync": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "modules": {
                            "description": "\u041c\u043e\u0434\u0443\u043b\u0456 \u0434\u0430\u043d\u0438\u0445, \u044f\u043a\u0456 \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0431\u0443\u0442\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0456 \u0432 \u043f\u043e\u0432\u043d\u0443 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0456\u0437\u0430\u0446\u0456\u044e",
                            "type": "array",
                            "required": false
                        },
                        "users": {
                            "description": "ID \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456\u0432, \u044f\u043a\u0456 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0438 \u0432 \u043f\u043e\u0432\u043d\u0443 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0456\u0437\u0430\u0446\u0456\u044e \u0430\u0431\u043e \"\u0456\u043d\u0456\u0446\u0456\u0430\u043b\u0438\"",
                            "required": false
                        },
                        "posts": {
                            "description": "ID \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0439, \u044f\u043a\u0456 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0438 \u0432 \u043f\u043e\u0432\u043d\u0443 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0456\u0437\u0430\u0446\u0456\u044e",
                            "type": "array",
                            "required": false
                        },
                        "comments": {
                            "description": "ID \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456\u0432, \u044f\u043a\u0456 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0438 \u0432 \u043f\u043e\u0432\u043d\u0443 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0456\u0437\u0430\u0446\u0456\u044e",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/sync\/full-sync"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/status": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "fields": {
                            "description": "\u0420\u043e\u0437\u0434\u0456\u043b\u0435\u043d\u0438\u0439 \u043a\u043e\u043c\u0430\u043c\u0438 \u0441\u043f\u0438\u0441\u043e\u043a \u0434\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0438\u0445 \u043f\u043e\u043b\u0456\u0432, \u044f\u043a\u0456 \u0441\u043b\u0456\u0434 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0438 \u0432 \u0441\u0442\u0430\u0442\u0443\u0441.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/sync\/status"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/health": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "status": {
                            "description": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0441\u0442\u0430\u043d\u0443 \u043d\u043e\u0432\u043e\u0457 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0456\u0437\u0430\u0446\u0456\u0457",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/sync\/health"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/settings": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/sync\/settings"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/object": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": {
                        "module_name": {
                            "description": "\u041d\u0430\u0437\u0432\u0430 \u043c\u043e\u0434\u0443\u043b\u044f \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0456\u0437\u0430\u0446\u0456\u0457",
                            "type": "string",
                            "required": false
                        },
                        "object_type": {
                            "description": "\u0422\u0438\u043f \u043e\u0431'\u0454\u043a\u0442\u0430",
                            "type": "string",
                            "required": false
                        },
                        "object_ids": {
                            "description": "\u0406\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0438 \u043e\u0431'\u0454\u043a\u0442\u0456\u0432",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/sync\/object"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/now": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "queue": {
                            "description": "\u041d\u0430\u0437\u0432\u0430 \u0447\u0435\u0440\u0433\u0438 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0456\u0437\u0430\u0446\u0456\u0457.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/sync\/now"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/checkout": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/sync\/checkout"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/close": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/sync\/close"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/unlock": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "queue": {
                            "description": "\u041d\u0430\u0437\u0432\u0430 \u0447\u0435\u0440\u0433\u0438 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0456\u0437\u0430\u0446\u0456\u0457.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/sync\/unlock"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/object-id-range": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "sync_module": {
                            "description": "\u041d\u0430\u0437\u0432\u0430 \u043c\u043e\u0434\u0443\u043b\u044f \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0456\u0437\u0430\u0446\u0456\u0457.",
                            "type": "string",
                            "required": true
                        },
                        "batch_size": {
                            "description": "\u0420\u043e\u0437\u043c\u0456\u0440 \u043f\u043e\u0440\u0446\u0456\u0439",
                            "type": "int",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/sync\/object-id-range"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/data-check": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "perform_text_conversion": {
                            "description": "\u042f\u043a\u0449\u043e \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u0456 \u043f\u043e\u043b\u044f \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0431\u0443\u0442\u0438 \u043f\u0435\u0440\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u0456 \u043d\u0430 latin1 \u043f\u0440\u0438 \u043e\u0431\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u0456 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043d\u043e\u0457 \u0441\u0443\u043c\u0438.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/sync\/data-check"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/data-histogram": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "columns": {
                            "description": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043a\u043e\u043b\u043e\u043d\u043e\u043a",
                            "type": "array",
                            "required": false
                        },
                        "object_type": {
                            "description": "\u0422\u0438\u043f \u043e\u0431'\u0454\u043a\u0442\u0430",
                            "type": "string",
                            "required": false
                        },
                        "buckets": {
                            "description": "\u041a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0441\u0435\u0433\u043c\u0435\u043d\u0442\u0456\u0432 \u0433\u0456\u0441\u0442\u043e\u0433\u0440\u0430\u043c\u0438.",
                            "type": "int",
                            "required": false
                        },
                        "start_id": {
                            "description": "\u041f\u043e\u0447\u0430\u0442\u043a\u043e\u0432\u0438\u0439 ID \u0433\u0456\u0441\u0442\u043e\u0433\u0440\u0430\u043c\u0438",
                            "type": "int",
                            "required": false
                        },
                        "end_id": {
                            "description": "\u041a\u0456\u043d\u0446\u0435\u0432\u0438\u0439 ID \u0433\u0456\u0441\u0442\u043e\u0433\u0440\u0430\u043c\u0438",
                            "type": "int",
                            "required": false
                        },
                        "strip_non_ascii": {
                            "description": "\u0412\u0438\u043b\u0443\u0447\u0438\u0442\u0438 \u0441\u0438\u043c\u0432\u043e\u043b\u0438, \u044f\u043a\u0456 \u043d\u0435 \u0454 ASCII?",
                            "type": "boolean",
                            "required": false
                        },
                        "shared_salt": {
                            "description": "Shared Salt \u0434\u043b\u044f \u0433\u0435\u043d\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043d\u043e\u0457 \u0441\u0443\u043c\u0438",
                            "type": "string",
                            "required": false
                        },
                        "only_range_edges": {
                            "description": "\u041f\u043e\u0432\u0438\u043d\u0435\u043d \u043f\u043e\u0432\u0435\u0440\u0442\u0430\u0442\u0438 \u043b\u0438\u0448\u0435 \u043a\u0456\u043d\u0446\u0456 \u0434\u0456\u0430\u043f\u0430\u0437\u043e\u043d\u0443",
                            "type": "boolean",
                            "required": false
                        },
                        "detailed_drilldown": {
                            "description": "\u041f\u043e\u0442\u0440\u0456\u0431\u043d\u0430 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043d\u0430 \u0441\u0443\u043c\u0430 \u0447\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0438 \u043e\u0431\u2019\u0454\u043a\u0442\u0456\u0432.",
                            "type": "boolean",
                            "required": false
                        },
                        "perform_text_conversion": {
                            "description": "\u042f\u043a\u0449\u043e \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u0456 \u043f\u043e\u043b\u044f \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0431\u0443\u0442\u0438 \u043f\u0435\u0440\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u0456 \u043d\u0430 latin1 \u043f\u0440\u0438 \u043e\u0431\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u0456 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043d\u043e\u0457 \u0441\u0443\u043c\u0438.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/sync\/data-histogram"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/spawn-sync": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/sync\/spawn-sync"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/locks": {
            "namespace": "jetpack\/v4",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/sync\/locks"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/jitm": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/jitm"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/identity-crisis\/confirm-safe-mode": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/identity-crisis\/confirm-safe-mode"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/identity-crisis\/migrate": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/identity-crisis\/migrate"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/identity-crisis\/start-fresh": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "redirect_uri": {
                            "description": "URI-\u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438 \u0430\u0434\u043c\u0456\u043d\u0456\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0430, \u043d\u0430 \u044f\u043a\u0443 \u0441\u043b\u0456\u0434 \u043f\u0435\u0440\u0435\u043d\u0430\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u043f\u0456\u0441\u043b\u044f \u043f\u0456\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044f",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/identity-crisis\/start-fresh"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/plan": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/search\/plan"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/settings": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/search\/settings"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/stats": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/search\/stats"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/pricing": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/search\/pricing"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/plan\/activate": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/search\/plan\/activate"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/plan\/deactivate": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/search\/plan\/deactivate"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/search"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/local-stats": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/search\/local-stats"
                    }
                ]
            }
        },
        "\/wpcom\/v2": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wpcom\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wpcom\/v2"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/videopress\/meta": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Id \u0437\u0430\u043f\u0438\u0441\u0443 \u0434\u043b\u044f \u0432\u043a\u043b\u0430\u0434\u0435\u043d\u043d\u044f.",
                            "type": "int",
                            "required": true
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430 \u0432\u0456\u0434\u0435\u043e.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u041e\u043f\u0438\u0441 \u0432\u0456\u0434\u0435\u043e\u0440\u043e\u043b\u0438\u043a\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "\u041f\u0456\u0434\u043f\u0438\u0441 \u0434\u043e \u0432\u0456\u0434\u0435\u043e.",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "\u0420\u0435\u0439\u0442\u0438\u043d\u0433 \u0432\u0456\u0434\u0435\u043e \u0432\u043c\u0456\u0441\u0442\u0443. \u041e\u0434\u0438\u043d \u0456\u0437 G, PG-13 \u0430\u0431\u043e R-17",
                            "type": "string",
                            "required": false
                        },
                        "display_embed": {
                            "description": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0437\u0438\u0442\u0438 \u043c\u0435\u043d\u044e \u043f\u043e\u0448\u0438\u0440\u0438\u0442\u0438 \u0432 \u043f\u043b\u0435\u0454\u0440\u0456.",
                            "type": "boolean",
                            "required": false
                        },
                        "allow_download": {
                            "description": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0437\u0438\u0442\u0438 \u043e\u043f\u0446\u0456\u044e \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0442\u0430 \u0434\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u0433\u043b\u044f\u0434\u0430\u0447\u0430\u043c \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0446\u0435 \u0432\u0456\u0434\u0435\u043e",
                            "type": "boolean",
                            "required": false
                        },
                        "privacy_setting": {
                            "description": "\u042f\u043a \u0432\u0438\u0437\u043d\u0430\u0447\u0438\u0442\u0438, \u044f\u043a\u0435 \u0432\u0456\u0434\u0435\u043e \u043c\u0430\u0454 \u0431\u0443\u0442\u0438 \u043f\u0443\u0431\u043b\u0456\u0447\u043d\u0438\u043c \u0447\u0438 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u0438\u043c",
                            "type": "int",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wpcom\/v2\/videopress\/meta"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/videopress\/(?P<video_guid>\\w+)\/poster": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "at_time": {
                            "description": "\u0427\u0430\u0441 \u0443 \u0432\u0456\u0434\u0435\u043e, \u0434\u043b\u044f \u043a\u0430\u0434\u0440\u0430 \u043f\u043e\u0441\u0442\u0435\u0440\u0430.",
                            "type": "int",
                            "required": false
                        },
                        "is_millisec": {
                            "description": "\u0427\u0430\u0441 \u0443 \u043c\u0456\u043b\u0456\u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445 \u0447\u0438 \u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445.",
                            "type": "boolean",
                            "required": false
                        },
                        "poster_attachment_id": {
                            "description": "ID \u0432\u043a\u043b\u0430\u0434\u0435\u043d\u043d\u044f \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u043f\u043e\u0441\u0442\u0435\u0440\u0430.",
                            "type": "int",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/videopress\/upload-jwt": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wpcom\/v2\/videopress\/upload-jwt"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/videopress\/playback-jwt\/(?P<video_guid>\\w+)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jetpack\/v4\/stats-app",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/stats-app"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/0\/stats\/(?P<resource>[\\-\\w]+)\/(?P<resource_id>[\\d]+)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/0\/stats\/(?P<resource>[\\-\\w]+)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/0\/posts\/(?P<resource_id>[\\d]+)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/0\/posts\/(?P<resource_id>[\\d]+)\/likes": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/0\/stats": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/stats-app\/sites\/0\/stats"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/0\/site-has-never-published-post": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/stats-app\/sites\/0\/site-has-never-published-post"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/0\/posts": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/stats-app\/sites\/0\/posts"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/0\/wordads\/earnings": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/stats-app\/sites\/0\/wordads\/earnings"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/0\/wordads\/stats": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/jetpack\/v4\/stats-app\/sites\/0\/wordads\/stats"
                    }
                ]
            }
        },
        "\/creativemail\/v1": {
            "namespace": "creativemail\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "creativemail\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/creativemail\/v1"
                    }
                ]
            }
        },
        "\/creativemail\/v1\/callback": {
            "namespace": "creativemail\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/creativemail\/v1\/callback"
                    }
                ]
            }
        },
        "\/creativemail\/v1\/available_plugins": {
            "namespace": "creativemail\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/creativemail\/v1\/available_plugins"
                    }
                ]
            }
        },
        "\/creativemail\/v1\/plugins": {
            "namespace": "creativemail\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/creativemail\/v1\/plugins"
                    }
                ]
            }
        },
        "\/creativemail\/v1\/managed_email_notifications": {
            "namespace": "creativemail\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/creativemail\/v1\/managed_email_notifications"
                    }
                ]
            }
        },
        "\/creativemail\/v1\/abandoned_checkout": {
            "namespace": "creativemail\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/creativemail\/v1\/abandoned_checkout"
                    }
                ]
            }
        },
        "\/creativemail\/v1\/wc_key": {
            "namespace": "creativemail\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/creativemail\/v1\/wc_key"
                    }
                ]
            }
        },
        "\/creativemail\/v1\/synchronize": {
            "namespace": "creativemail\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/creativemail\/v1\/synchronize"
                    }
                ]
            }
        },
        "\/creativemail\/v1\/wc_information": {
            "namespace": "creativemail\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/creativemail\/v1\/wc_information"
                    }
                ]
            }
        },
        "\/creativemail\/v1\/wc_products": {
            "namespace": "creativemail\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/creativemail\/v1\/wc_products"
                    }
                ]
            }
        },
        "\/creativemail\/v1\/blog_information": {
            "namespace": "creativemail\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/creativemail\/v1\/blog_information"
                    }
                ]
            }
        },
        "\/creativemail\/v1\/wp_posts": {
            "namespace": "creativemail\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/creativemail\/v1\/wp_posts"
                    }
                ]
            }
        },
        "\/creativemail\/v1\/images": {
            "namespace": "creativemail\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/creativemail\/v1\/images"
                    }
                ]
            }
        },
        "\/creativemail\/v1\/hide_banner": {
            "namespace": "creativemail\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/creativemail\/v1\/hide_banner"
                    }
                ]
            }
        },
        "\/creativemail\/v1\/get_pages_with_ce_forms": {
            "namespace": "creativemail\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/creativemail\/v1\/get_pages_with_ce_forms"
                    }
                ]
            }
        },
        "\/creativemail\/v1\/check_if_previously_purchased": {
            "namespace": "creativemail\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/creativemail\/v1\/check_if_previously_purchased"
                    }
                ]
            }
        },
        "\/elementor\/v1": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "elementor\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/elementor\/v1"
                    }
                ]
            }
        },
        "\/elementor\/v1\/site-editor": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/elementor\/v1\/site-editor"
                    }
                ]
            }
        },
        "\/elementor\/v1\/site-editor\/templates": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/elementor\/v1\/site-editor\/templates"
                    }
                ]
            }
        },
        "\/elementor\/v1\/site-editor\/templates\/(?P<id>[\\w]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/site-editor\/conditions-config": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/elementor\/v1\/site-editor\/conditions-config"
                    }
                ]
            }
        },
        "\/elementor\/v1\/site-editor\/templates-conditions\/(?P<id>[\\w]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/site-editor\/templates-conditions-conflicts": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/elementor\/v1\/site-editor\/templates-conditions-conflicts"
                    }
                ]
            }
        },
        "\/monsterinsights\/v1": {
            "namespace": "monsterinsights\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "monsterinsights\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/monsterinsights\/v1"
                    }
                ]
            }
        },
        "\/monsterinsights\/v1\/popular-posts\/themes\/(?P<type>[a-zA-Z0-9-]+)": {
            "namespace": "monsterinsights\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/monsterinsights\/v1\/terms\/(?P<slug>[a-zA-Z0-9-_]+)": {
            "namespace": "monsterinsights\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/monsterinsights\/v1\/taxonomy\/(?P<slug>[a-zA-Z0-9-_]+)": {
            "namespace": "monsterinsights\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/business-hours\/localized-week": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wpcom\/v2\/business-hours\/localized-week"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/admin-menu": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wpcom\/v2\/admin-menu"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/external-media\/list\/(?P<service>google_photos|openverse|pexels)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "search": {
                            "description": "\u041f\u043e\u0448\u0443\u043a\u043e\u0432\u0438\u0439 \u0442\u0435\u0440\u043c\u0456\u043d \u0434\u043b\u044f \u0437\u0431\u043e\u0440\u0443 \u043c\u0435\u0434\u0456\u0430\u0444\u0430\u0439\u043b\u0456\u0432.",
                            "type": "string",
                            "required": false
                        },
                        "number": {
                            "description": "\u041a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u043c\u0443\u043b\u044c\u0442\u0438\u043c\u0435\u0434\u0456\u0439\u043d\u0438\u0445 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u0437\u0430\u043f\u0438\u0442\u0456",
                            "type": "number",
                            "default": 20,
                            "required": false
                        },
                        "path": {
                            "type": "string",
                            "required": false
                        },
                        "page_handle": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/external-media\/copy\/(?P<service>google_photos|openverse|pexels)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "media": {
                            "description": "\u041c\u0435\u0434\u0456\u0430-\u0434\u0430\u043d\u0456 \u0434\u043b\u044f \u043a\u043e\u043f\u0456\u044e\u0432\u0430\u043d\u043d\u044f.",
                            "items": {
                                "type": "array",
                                "items": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "caption": {
                                            "type": "string"
                                        },
                                        "guid": {
                                            "type": "object",
                                            "properties": {
                                                "caption": {
                                                    "type": "string"
                                                },
                                                "name": {
                                                    "type": "string"
                                                },
                                                "title": {
                                                    "type": "string"
                                                },
                                                "url": {
                                                    "format": "uri",
                                                    "type": "string"
                                                }
                                            }
                                        },
                                        "title": {
                                            "type": "string"
                                        },
                                        "meta": {
                                            "type": "object",
                                            "additionalProperties": false,
                                            "properties": {
                                                "vertical_id": {
                                                    "type": "string",
                                                    "format": "text-field"
                                                },
                                                "pexels_object": {
                                                    "type": "object"
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "type": "array",
                            "required": true
                        },
                        "post_id": {
                            "description": "ID \u0437\u0430\u043f\u0438\u0441\u0443, \u0434\u043e \u044f\u043a\u043e\u0433\u043e \u043c\u0430\u0454 \u0431\u0443\u0442\u0438 \u0434\u043e\u0434\u0430\u043d\u043e \u043c\u043e\u0436\u043b\u0438\u0432\u0456\u0441\u0442\u044c \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f.",
                            "type": "number",
                            "minimum": 0,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/external-media\/connection\/(?P<service>google_photos)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wpcom\/v2\/checkGoogleDocVisibility": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wpcom\/v2\/checkGoogleDocVisibility"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/instagram-gallery\/connect-url": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wpcom\/v2\/instagram-gallery\/connect-url"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/instagram-gallery\/connections": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wpcom\/v2\/instagram-gallery\/connections"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/instagram-gallery\/gallery": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "access_token": {
                            "description": "\u041c\u0430\u0440\u043a\u0435\u0440 \u0434\u043e\u0441\u0442\u0443\u043f\u0443 \u0434\u043e Instagram Keyring.",
                            "type": "integer",
                            "minimum": 1,
                            "required": true
                        },
                        "count": {
                            "description": "\u0421\u043a\u0456\u043b\u044c\u043a\u0438 \u0437\u0430\u043f\u0438\u0441\u0456\u0432 \u0432 Instagram?",
                            "type": "integer",
                            "minimum": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wpcom\/v2\/instagram-gallery\/gallery"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/mailchimp": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wpcom\/v2\/mailchimp"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/mailchimp\/groups": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wpcom\/v2\/mailchimp\/groups"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/podcast-player": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "URL-\u0430\u0434\u0440\u0435\u0441\u0430 RSS-\u043a\u0430\u043d\u0430\u043b\u0443 \u043f\u043e\u0434\u043a\u0430\u0441\u0442\u0443.",
                            "type": "string",
                            "required": true
                        },
                        "guids": {
                            "description": "\u041f\u0435\u0440\u0435\u043b\u0456\u043a \u0443\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0445 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0456\u0432 \u0434\u043b\u044f \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u0438\u0445 \u0435\u043f\u0456\u0437\u043e\u0434\u0456\u0432 \u043f\u043e\u0434\u043a\u0430\u0441\u0442\u0456\u0432.",
                            "type": "array",
                            "required": true
                        },
                        "episode-options": {
                            "description": "\u0427\u0438 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u043f\u043e\u0432\u0435\u0440\u0442\u0430\u0442\u0438 \u043f\u0435\u0440\u0435\u043b\u0456\u043a \u0435\u043f\u0456\u0437\u043e\u0434\u0456\u0432 \u0434\u043b\u044f \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u044f \u0432 \u0456\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0456 \u0432\u0438\u0431\u043e\u0440\u0443",
                            "type": "boolean",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wpcom\/v2\/podcast-player"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/podcast-player\/track-quantity": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wpcom\/v2\/podcast-player\/track-quantity"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/publicize\/connections": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wpcom\/v2\/publicize\/connections"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/posts\/(?P<postId>\\d+)\/publicize": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "message": {
                            "description": "\u041f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u043f\u043e\u0448\u0438\u0440\u0435\u043d\u043d\u044f.",
                            "type": "string",
                            "required": true
                        },
                        "skipped_connections": {
                            "description": "\u041c\u0430\u0441\u0438\u0432 ID \u0437\u043e\u0432\u043d\u0456\u0448\u043d\u0456\u0445 \u043f\u0456\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u044c, \u0449\u043e\u0431 \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u0430\u0442\u0438 \u043f\u043e\u0448\u0438\u0440\u0435\u043d\u043d\u044f.",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/resolve-redirect\/?(?P<url>.+)?": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "URL \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0438 \u043d\u0430 \u043f\u0435\u0440\u0435\u0430\u0434\u0440\u0435\u0441\u0430\u0446\u0456\u044e.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/search": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wpcom\/v2\/search"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/template-loader\/(?P<template_type>\\w+)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "template_type": {
                            "description": "\u0422\u0438\u043f \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/transients\/(?P<name>\\w{1,172})": {
            "namespace": "wpcom\/v2",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "name": {
                            "description": "\u0406\u043c'\u044f \u043f\u0435\u0440\u0435\u0445\u0456\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0446\u0435\u0441\u0443, \u044f\u043a\u0438\u0439 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/tweetstorm\/gather": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0442\u0432\u0456\u0442\u0443, \u0437 \u044f\u043a\u043e\u0457 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u0434\u0430\u043d\u0456.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wpcom\/v2\/tweetstorm\/gather"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/tweetstorm\/parse": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "blocks": {
                            "description": "\u0421\u0435\u0440\u0456\u0439\u043d\u0438\u0439 \u043c\u0430\u0441\u0438\u0432 \u0431\u043b\u043e\u043a\u0456\u0432 \u0442\u0430 \u0432\u0456\u0434\u043e\u043c\u0441\u0442\u0456 \u043f\u0440\u043e \u0431\u043b\u043e\u043a\u0438 \u0437 \u0443\u0440\u0430\u0445\u0443\u0432\u0430\u043d\u043d\u044f\u043c \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0430.",
                            "type": "array",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wpcom\/v2\/tweetstorm\/parse"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/tweetstorm\/generate-cards": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "urls": {
                            "description": "\u041c\u0430\u0441\u0438\u0432 URL, \u0434\u043b\u044f \u044f\u043a\u0438\u0445 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u0441\u0444\u043e\u0440\u043c\u0443\u0432\u0430\u0442\u0438 \u0434\u0430\u043d\u0456 \u043a\u0430\u0440\u0442\u043a\u0438 Twitter.",
                            "type": "array",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wpcom\/v2\/tweetstorm\/generate-cards"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/gutenberg\/available-extensions": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wpcom\/v2\/gutenberg\/available-extensions"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/hello": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wpcom\/v2\/hello"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/publicize\/connection-test-results": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wpcom\/v2\/publicize\/connection-test-results"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/publicize\/services": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wpcom\/v2\/publicize\/services"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/service-api-keys\/(?P<service>[a-z\\-_]+)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "service_api_key": {
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/my-jetpack\/v1": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "my-jetpack\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/my-jetpack\/v1"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/products": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/my-jetpack\/v1\/site\/products"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/products\/(?P<product>[a-z\\-]+)": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product": {
                            "description": "\u0427\u0430\u0441\u0442\u0438\u043d\u0430 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u0442\u043e\u0432\u0430\u0440\u0443",
                            "type": "string",
                            "enum": [
                                "anti-spam",
                                "backup",
                                "boost",
                                "crm",
                                "extras",
                                "scan",
                                "search",
                                "social",
                                "security",
                                "protect",
                                "videopress"
                            ],
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product": {
                            "description": "\u0427\u0430\u0441\u0442\u0438\u043d\u0430 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u0442\u043e\u0432\u0430\u0440\u0443",
                            "type": "string",
                            "enum": [
                                "anti-spam",
                                "backup",
                                "boost",
                                "crm",
                                "extras",
                                "scan",
                                "search",
                                "social",
                                "security",
                                "protect",
                                "videopress"
                            ],
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product": {
                            "description": "\u0427\u0430\u0441\u0442\u0438\u043d\u0430 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u0442\u043e\u0432\u0430\u0440\u0443",
                            "type": "string",
                            "enum": [
                                "anti-spam",
                                "backup",
                                "boost",
                                "crm",
                                "extras",
                                "scan",
                                "search",
                                "social",
                                "security",
                                "protect",
                                "videopress"
                            ],
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/my-jetpack\/v1\/site\/purchases": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/my-jetpack\/v1\/site\/purchases"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/my-jetpack\/v1\/site"
                    }
                ]
            }
        },
        "\/astra\/v1": {
            "namespace": "astra\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "astra\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/astra\/v1"
                    }
                ]
            }
        },
        "\/astra\/v1\/admin\/settings": {
            "namespace": "astra\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/astra\/v1\/admin\/settings"
                    }
                ]
            }
        },
        "\/td\/v1": {
            "namespace": "td\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "td\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/td\/v1"
                    }
                ]
            }
        },
        "\/td\/v1\/authenticate": {
            "namespace": "td\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "api_key": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/td\/v1\/authenticate"
                    }
                ]
            }
        },
        "\/td\/v1\/webhook\/trigger\/(?P<api>\\S+)\/(?P<id>\\d+)\/(?P<code>\\S+)": {
            "namespace": "td\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/td\/v1\/optin\/subscription": {
            "namespace": "td\/v1",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "api_key": {
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "api_key": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/td\/v1\/optin\/subscription"
                    }
                ]
            }
        },
        "\/td\/v1\/optin\/subscription\/sample": {
            "namespace": "td\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/td\/v1\/optin\/subscription\/sample"
                    }
                ]
            }
        },
        "\/td\/v1\/cf-optin\/subscription": {
            "namespace": "td\/v1",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "api_key": {
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "api_key": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/td\/v1\/cf-optin\/subscription"
                    }
                ]
            }
        },
        "\/td\/v1\/cf-optin\/subscription\/sample": {
            "namespace": "td\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/td\/v1\/cf-optin\/subscription\/sample"
                    }
                ]
            }
        },
        "\/tss\/v1": {
            "namespace": "tss\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "tss\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/tss\/v1"
                    }
                ]
            }
        },
        "\/tss\/v1\/groups": {
            "namespace": "tss\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/tss\/v1\/groups"
                    }
                ]
            }
        },
        "\/tss\/v1\/groups\/(?P<id>[\\d]+)": {
            "namespace": "tss\/v1",
            "methods": [
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/tss\/v1\/fields": {
            "namespace": "tss\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/tss\/v1\/fields"
                    }
                ]
            }
        },
        "\/tss\/v1\/fields\/(?P<id>[\\d]+)": {
            "namespace": "tss\/v1",
            "methods": [
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/tss\/v1\/fields\/save_fields": {
            "namespace": "tss\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/tss\/v1\/fields\/save_fields"
                    }
                ]
            }
        },
        "\/elementor\/v1\/globals": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/elementor\/v1\/globals"
                    }
                ]
            }
        },
        "\/elementor\/v1\/globals\/colors": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/elementor\/v1\/globals\/colors"
                    }
                ]
            }
        },
        "\/elementor\/v1\/globals\/colors\/(?P<id>[\\w]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/globals\/typography": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/elementor\/v1\/globals\/typography"
                    }
                ]
            }
        },
        "\/elementor\/v1\/globals\/typography\/(?P<id>[\\w]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/favorites": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/elementor\/v1\/favorites"
                    }
                ]
            }
        },
        "\/elementor\/v1\/favorites\/(?P<id>[\\w]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Type of favorites.",
                            "type": "string",
                            "required": true
                        },
                        "favorite": {
                            "description": "The favorite slug to create.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Type of favorites.",
                            "type": "string",
                            "required": true
                        },
                        "favorite": {
                            "description": "The favorite slug to delete.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/kit-elements-defaults": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/elementor\/v1\/kit-elements-defaults"
                    }
                ]
            }
        },
        "\/elementor\/v1\/kit-elements-defaults\/(?P<type>[\\w\\-\\_]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "description": "The type of the element.",
                            "required": true
                        },
                        "settings": {
                            "description": "All the default values for the requested type",
                            "type": "object",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "description": "The type of the element.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/template-library\/templates": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "title": {
                            "type": "string",
                            "description": "The title of the document",
                            "required": false
                        },
                        "type": {
                            "description": "The document type.",
                            "type": "string",
                            "enum": [
                                "page",
                                "section",
                                "landing-page",
                                "popup",
                                "header",
                                "footer",
                                "single",
                                "single-post",
                                "single-page",
                                "archive",
                                "search-results",
                                "error-404",
                                "loop-item"
                            ],
                            "required": true
                        },
                        "content": {
                            "description": "Elementor data object",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/elementor\/v1\/template-library\/templates"
                    }
                ]
            }
        },
        "\/elementor\/v1\/global-widget\/templates": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/elementor\/v1\/global-widget\/templates"
                    }
                ]
            }
        },
        "\/elementor-pro\/v1": {
            "namespace": "elementor-pro\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "elementor-pro\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/elementor-pro\/v1"
                    }
                ]
            }
        },
        "\/elementor-pro\/v1\/posts-widget": {
            "namespace": "elementor-pro\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/elementor-pro\/v1\/posts-widget"
                    }
                ]
            }
        },
        "\/elementor\/v1\/form-submissions": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "created_at",
                            "enum": [
                                "created_at",
                                "id",
                                "main_meta_id"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Limit result set to submissions assigned one or more statuses.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "unread",
                                "read",
                                "trash"
                            ],
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "form": {
                            "description": "Limit result set to submissions assigned to specific forms. The form id should follow this pattern {post_id}_{element_id} e.g: 10_476d0ce",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "referer": {
                            "description": "Limit result set to submissions assigned to specific referer.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to submissions sent after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to submissions sent before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "ids": {
                            "description": "Unique identifiers for the objects.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": true
                        },
                        "force": {
                            "description": "Delete the object permanently.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "ids": {
                            "description": "Unique identifiers for the objects.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": true
                        },
                        "is_read": {
                            "description": "mark whether the submission was read or not",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/elementor\/v1\/form-submissions"
                    }
                ]
            }
        },
        "\/elementor\/v1\/form-submissions\/(?P<id>[\\d]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        },
                        "force": {
                            "description": "Delete the object permanently.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        },
                        "is_read": {
                            "description": "mark whether the submission was read or not",
                            "type": "boolean",
                            "required": false
                        },
                        "values": {
                            "description": "Form field values, receive an array, the key should be the form field id and the value should be the value.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/form-submissions\/restore\/(?P<id>[\\d]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/form-submissions\/restore": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "ids": {
                            "description": "Unique identifiers for the objects.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/elementor\/v1\/form-submissions\/restore"
                    }
                ]
            }
        },
        "\/elementor\/v1\/form-submissions\/export": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 10000,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "created_at",
                            "enum": [
                                "created_at",
                                "id",
                                "main_meta_id"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Limit result set to submissions assigned one or more statuses.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "unread",
                                "read",
                                "trash"
                            ],
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "form": {
                            "description": "Limit result set to submissions assigned to specific forms. The form id should follow this pattern {post_id}_{element_id} e.g: 10_476d0ce",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "referer": {
                            "description": "Limit result set to submissions assigned to specific referer.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to submissions sent after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to submissions sent before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "ids": {
                            "description": "Unique identifiers for the objects.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "format": {
                            "description": "The format of the export (for now only csv).",
                            "enum": [
                                "csv"
                            ],
                            "default": "csv",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/elementor\/v1\/form-submissions\/export"
                    }
                ]
            }
        },
        "\/elementor\/v1\/form-submissions\/referer": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made, determines fields present in response. (only \"options\" available for now)",
                            "type": "string",
                            "enum": [
                                "options"
                            ],
                            "default": "options",
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "value": {
                            "description": "Limit results specific referer.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/elementor\/v1\/form-submissions\/referer"
                    }
                ]
            }
        },
        "\/elementor\/v1\/forms": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made, determines fields present in response. (only \"options\" available for now)",
                            "type": "string",
                            "enum": [
                                "options"
                            ],
                            "default": "options",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/elementor\/v1\/forms"
                    }
                ]
            }
        },
        "\/tss\/v1\/content-sets\/normalize-rule": {
            "namespace": "tss\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "content_type": {
                            "type": "string",
                            "enum": [
                                "post",
                                "term",
                                "archive",
                                "tvd_search_result_page",
                                "tvd_blog_page"
                            ],
                            "required": true
                        },
                        "content": {
                            "type": "string",
                            "required": true
                        },
                        "field": {
                            "type": "string",
                            "required": true
                        },
                        "operator": {
                            "type": "string",
                            "required": true
                        },
                        "value": {
                            "type": [
                                "string",
                                "array"
                            ],
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/tss\/v1\/content-sets\/normalize-rule"
                    }
                ]
            }
        },
        "\/tss\/v1\/content-sets": {
            "namespace": "tss\/v1",
            "methods": [
                "POST",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "post_title": {
                            "type": "string",
                            "required": true
                        },
                        "post_content": {
                            "type": "array",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "content_type": {
                            "type": "string",
                            "enum": [
                                "post",
                                "term",
                                "archive"
                            ],
                            "required": true
                        },
                        "content": {
                            "type": "string",
                            "required": true
                        },
                        "field": {
                            "type": "string",
                            "required": true
                        },
                        "operator": {
                            "type": "string",
                            "required": true
                        },
                        "value": {
                            "type": [
                                "string",
                                "array"
                            ],
                            "default": "",
                            "required": false
                        },
                        "query_string": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/tss\/v1\/content-sets"
                    }
                ]
            }
        },
        "\/tss\/v1\/content-sets\/(?P<ID>.+)": {
            "namespace": "tss\/v1",
            "methods": [
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "ID": {
                            "type": "integer",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "ID": {
                            "type": "integer",
                            "required": true
                        },
                        "post_title": {
                            "type": "string",
                            "required": true
                        },
                        "post_content": {
                            "type": "array",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wappointment\/v1": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wappointment\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/viewsdata\/(?P<key>\\S+)": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wappointment\/v1\/wizardlater": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/wizardlater"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/wizard": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/wizard"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/wappointment\/contact": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/wappointment\/contact"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/ping": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/ping"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/availability": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/availability"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/appointment": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/appointment"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/convertdate": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/convertdate"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/services\/booking": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/services\/booking"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/booking": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/booking"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/order\/confirm": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/order\/confirm"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/booking\/patch": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/booking\/patch"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/appointment\/patch": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/appointment\/patch"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/addons": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/addons"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/reminder": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/reminder"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/services\/location": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/services\/location"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/currency": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/currency"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/addons\/check": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/addons\/check"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/pingAdmin": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/pingAdmin"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/settings\/(?P<key>\\S+)": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wappointment\/v1\/settingsstaff\/(?P<key>\\S+)": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wappointment\/v1\/services\/custom_fields": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/services\/custom_fields"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/services": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/services"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/orders": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/orders"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/health": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/health"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/reminder\/delete": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/reminder\/delete"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/reminder\/patch": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/reminder\/patch"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/service": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/service"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/services\/delete": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/services\/delete"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/calendars\/delete": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/calendars\/delete"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/services\/location\/delete": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/services\/location\/delete"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/addons\/clear": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/addons\/clear"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/events\/record": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/events\/record"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/send_feedback": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/send_feedback"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/app\/migrate": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/app\/migrate"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/wappointment\/refresh": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/wappointment\/refresh"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/wappointment\/subscribe": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/wappointment\/subscribe"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/wappointment\/sendignore": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/wappointment\/sendignore"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/addons\/install": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/addons\/install"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/addons\/activate": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/addons\/activate"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/addons\/deactivate": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/addons\/deactivate"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/events": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/events"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/freshinstall": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/freshinstall"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/refreshcache": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/refreshcache"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/updatepage": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/updatepage"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/addmanagerrole": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/addmanagerrole"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/settings": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/settings"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/settingsstaff": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/settingsstaff"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/reminderpreview": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/reminderpreview"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/settings\/sendtestemail": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/settings\/sendtestemail"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/client\/search": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/client\/search"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/client\/book": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/client\/book"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/services\/reorder": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/services\/reorder"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/calendars\/reorder": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/calendars\/reorder"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/calendars\/permissions": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/calendars\/permissions"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/order\/refund": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/order\/refund"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/order\/paid": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/order\/paid"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/order\/cancel": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/order\/cancel"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/calendars": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/calendars"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/config\/calendar": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/config\/calendar"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/client": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/client"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/calendars\/customfields": {
            "namespace": "wappointment\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/calendars\/customfields"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/events\/delete": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/events\/delete"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/events\/patch": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/events\/patch"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/events\/put": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/events\/put"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/events\/list": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/events\/list"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/services\/booking\/admin": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/services\/booking\/admin"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/status": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/status"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/status\/delete": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/status\/delete"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/calendars\/avatar": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/calendars\/avatar"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/calendars\/services": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/calendars\/services"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/wappointment\/connect": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/wappointment\/connect"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/wappointment\/disconnect": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/wappointment\/disconnect"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/calendars\/savecal": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/calendars\/savecal"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/calendars\/refreshcalendars": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/calendars\/refreshcalendars"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/calendars\/disconnect": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/calendars\/disconnect"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/calendars\/toggle": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/calendars\/toggle"
                    }
                ]
            }
        },
        "\/wappointment\/v1\/client\/delete": {
            "namespace": "wappointment\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wparams": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wappointment\/v1\/client\/delete"
                    }
                ]
            }
        },
        "\/elementor\/v1\/send-event": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "event_data": {
                            "description": "All the recorded event data in JSON format",
                            "type": "object",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/elementor\/v1\/send-event"
                    }
                ]
            }
        },
        "\/wp\/v2": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wp\/v2"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0438\u043c\u0438 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437\u043c\u0456\u043d\u0435\u043d\u0438\u043c\u0438 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0449\u043e \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u043f\u0435\u0432\u043d\u0438\u043c \u0430\u0432\u0442\u043e\u0440\u0430\u043c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u043f\u0435\u0432\u043d\u0438\u043c \u0430\u0432\u0442\u043e\u0440\u0430\u043c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0438\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437\u043c\u0456\u043d\u0435\u043d\u0438\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u043f\u0435\u0432\u043d\u0456 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0417\u0441\u0443\u0432 \u0432\u0438\u0431\u0456\u0440\u043a\u0438 \u043d\u0430 \u043f\u0435\u0432\u043d\u0435 \u0447\u0438\u0441\u043b\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0412\u043f\u043e\u0440\u044f\u0434\u043a\u0443\u0432\u0430\u0442\u0438 \u0441\u043e\u0440\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u0437\u0430 \u0437\u0440\u043e\u0441\u0442\u0430\u043d\u043d\u044f\u043c \u0430\u0431\u043e \u0441\u043f\u0430\u0434\u0430\u043d\u043d\u044f\u043c.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0441\u043b\u0430\u0491\u0430\u043c\u0438 (\u043e\u0434\u043d\u0438\u043c \u0430\u0431\u043e \u0431\u0456\u043b\u044c\u0448\u0435).",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437 \u043e\u0434\u043d\u0438\u043c \u0430\u0431\u043e \u0434\u0435\u043a\u0456\u043b\u044c\u043a\u043e\u043c\u0430 \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",
                                    "cf7pp-pending",
                                    "cf7pp-completed",
                                    "cf7pp-failed",
                                    "cf7pp-abandoned",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u043d\u0430\u0431\u0456\u0440 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432 \u0433\u0440\u0443\u043d\u0442\u0443\u044e\u0447\u0438\u0441\u044c \u043d\u0430 \u0432\u0456\u0434\u043d\u043e\u0441\u0438\u043d\u0430\u0445 \u043c\u0456\u0436 \u043c\u043d\u043e\u0436\u0438\u043d\u043d\u0438\u043c\u0438 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u044f\u043c\u0438.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0434\u043e \u043e\u0431'\u0454\u043a\u0442\u0456\u0432 \u0437 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u043c \u0437\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u043c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u043c \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457 categories.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u041f\u0435\u0440\u0435\u043b\u0456\u043a ID \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432",
                                    "description": "\u0421\u043f\u0456\u0432\u043f\u0430\u0434\u0430\u044e\u0447\u0456 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u0437 \u043f\u0435\u0440\u0435\u0440\u0430\u0445\u043e\u0432\u0430\u043d\u0438\u043c\u0438 ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u0417\u0430\u043f\u0438\u0442 ID \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457",
                                    "description": "\u0412\u0438\u043a\u043e\u043d\u0430\u0442\u0438 \u0440\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u0438\u0439 \u0437\u0430\u043f\u0438\u0442 \u0437\u0430 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u0432\u043a\u043b\u044e\u0447\u0430\u0442\u0438 \u0434\u043e\u0447\u0456\u0440\u043d\u0456 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u0432 \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u043d\u044f \u0441\u043f\u0438\u0441\u043a\u0443 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Whether items must be assigned all or any of the specified terms.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "categories_exclude": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0434\u043e \u043e\u0431'\u0454\u043a\u0442\u0456\u0432 \u0437 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u043c \u0437\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u043c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u043c \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457 categories.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u041f\u0435\u0440\u0435\u043b\u0456\u043a ID \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432",
                                    "description": "\u0421\u043f\u0456\u0432\u043f\u0430\u0434\u0430\u044e\u0447\u0456 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u0437 \u043f\u0435\u0440\u0435\u0440\u0430\u0445\u043e\u0432\u0430\u043d\u0438\u043c\u0438 ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u0417\u0430\u043f\u0438\u0442 ID \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457",
                                    "description": "\u0412\u0438\u043a\u043e\u043d\u0430\u0442\u0438 \u0440\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u0438\u0439 \u0437\u0430\u043f\u0438\u0442 \u0437\u0430 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u0432\u043a\u043b\u044e\u0447\u0430\u0442\u0438 \u0434\u043e\u0447\u0456\u0440\u043d\u0456 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u0432 \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u043d\u044f \u0441\u043f\u0438\u0441\u043a\u0443 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0434\u043e \u043e\u0431'\u0454\u043a\u0442\u0456\u0432 \u0437 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u043c \u0437\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u043c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u043c \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457 tags.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u041f\u0435\u0440\u0435\u043b\u0456\u043a ID \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432",
                                    "description": "\u0421\u043f\u0456\u0432\u043f\u0430\u0434\u0430\u044e\u0447\u0456 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u0437 \u043f\u0435\u0440\u0435\u0440\u0430\u0445\u043e\u0432\u0430\u043d\u0438\u043c\u0438 ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u0417\u0430\u043f\u0438\u0442 ID \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457",
                                    "description": "\u0412\u0438\u043a\u043e\u043d\u0430\u0442\u0438 \u0440\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u0438\u0439 \u0437\u0430\u043f\u0438\u0442 \u0437\u0430 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Whether items must be assigned all or any of the specified terms.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0434\u043e \u043e\u0431'\u0454\u043a\u0442\u0456\u0432 \u0437 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u043c \u0437\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u043c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u043c \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457 tags.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u041f\u0435\u0440\u0435\u043b\u0456\u043a ID \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432",
                                    "description": "\u0421\u043f\u0456\u0432\u043f\u0430\u0434\u0430\u044e\u0447\u0456 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u0437 \u043f\u0435\u0440\u0435\u0440\u0430\u0445\u043e\u0432\u0430\u043d\u0438\u043c\u0438 ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u0417\u0430\u043f\u0438\u0442 ID \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457",
                                    "description": "\u0412\u0438\u043a\u043e\u043d\u0430\u0442\u0438 \u0440\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u0438\u0439 \u0437\u0430\u043f\u0438\u0442 \u0437\u0430 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043f\u0440\u0438\u043a\u0440\u0456\u043f\u043b\u0435\u043d\u0438\u043c\u0438 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438.",
                            "type": "boolean",
                            "required": false
                        },
                        "format": {
                            "description": "Limit result set to items assigned one or more given formats.",
                            "type": "array",
                            "uniqueItems": true,
                            "items": {
                                "enum": [
                                    "standard",
                                    "aside",
                                    "chat",
                                    "gallery",
                                    "link",
                                    "image",
                                    "quote",
                                    "status",
                                    "video",
                                    "audio"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0427\u0430\u0441 \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0406\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0445\u0438\u0441\u0442\u0443 \u0437\u043c\u0456\u0441\u0442\u0443 \u0456 \u0443\u0440\u0438\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u0432\u043c\u0456\u0441\u0442 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0434\u043b\u044f \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u0423\u0440\u0438\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0423\u0440\u0438\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0443\u0440\u0438\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u0435\u0440\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u0438\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0443.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0430\u0442\u0438 \u043f\u0430\u0440\u043e\u043b\u0435\u043c \u0443\u0440\u0438\u0432\u043e\u043a.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u0427\u0438 \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0456 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u0427\u0438 \u043f\u0440\u0438\u0439\u043c\u0430\u0454 \u0437\u0430\u043f\u0438\u0441 \u0441\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "\u0424\u043e\u0440\u043c\u0430\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "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": {
                                "_mi_skip_tracking": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "\u0427\u0438 \u0432\u0432\u0430\u0436\u0430\u0442\u0438 \u0437\u0430\u043f\u0438\u0441 \u043f\u0440\u0438\u043a\u0440\u0456\u043f\u043b\u0435\u043d\u0438\u043c.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u0413\u0440\u0443\u043f\u0438, \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u0437\u0430\u043f\u0438\u0441\u0443 \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457 \"category\".",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u0413\u0440\u0443\u043f\u0438, \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u0437\u0430\u043f\u0438\u0441\u0443 \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457 \"post_tag\".",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wp\/v2\/posts"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a\u0449\u043e \u0432\u0456\u043d \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0427\u0430\u0441 \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0406\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0445\u0438\u0441\u0442\u0443 \u0437\u043c\u0456\u0441\u0442\u0443 \u0456 \u0443\u0440\u0438\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u0432\u043c\u0456\u0441\u0442 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0434\u043b\u044f \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u0423\u0440\u0438\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0423\u0440\u0438\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0443\u0440\u0438\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u0435\u0440\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u0438\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0443.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0430\u0442\u0438 \u043f\u0430\u0440\u043e\u043b\u0435\u043c \u0443\u0440\u0438\u0432\u043e\u043a.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u0427\u0438 \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0456 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u0427\u0438 \u043f\u0440\u0438\u0439\u043c\u0430\u0454 \u0437\u0430\u043f\u0438\u0441 \u0441\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "\u0424\u043e\u0440\u043c\u0430\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "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": {
                                "_mi_skip_tracking": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "\u0427\u0438 \u0432\u0432\u0430\u0436\u0430\u0442\u0438 \u0437\u0430\u043f\u0438\u0441 \u043f\u0440\u0438\u043a\u0440\u0456\u043f\u043b\u0435\u043d\u0438\u043c.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u0413\u0440\u0443\u043f\u0438, \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u0437\u0430\u043f\u0438\u0441\u0443 \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457 \"category\".",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u0413\u0440\u0443\u043f\u0438, \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u0437\u0430\u043f\u0438\u0441\u0443 \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457 \"post_tag\".",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0427\u0438 \u0456\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0456 \u043f\u0440\u0438\u043c\u0443\u0441\u043e\u0432\u043e \u0432\u0438\u0434\u0430\u043b\u044f\u0442\u0438.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u043f\u0435\u0432\u043d\u0456 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0417\u0441\u0443\u0432 \u0432\u0438\u0431\u0456\u0440\u043a\u0438 \u043d\u0430 \u043f\u0435\u0432\u043d\u0435 \u0447\u0438\u0441\u043b\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0412\u043f\u043e\u0440\u044f\u0434\u043a\u0443\u0432\u0430\u0442\u0438 \u0441\u043e\u0440\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u0437\u0430 \u0437\u0440\u043e\u0441\u0442\u0430\u043d\u043d\u044f\u043c \u0430\u0431\u043e \u0441\u043f\u0430\u0434\u0430\u043d\u043d\u044f\u043c.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u043e\u0431'\u0454\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": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u041f\u043e\u0432\u0438\u043d\u043d\u043e \u0431\u0443\u0442\u0438 \u0456\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u044f\u043a \u0440\u0435\u0432\u0456\u0437\u0456\u0457 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u044e\u0442\u044c \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \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": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0427\u0430\u0441 \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0406\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0445\u0438\u0441\u0442\u0443 \u0437\u043c\u0456\u0441\u0442\u0443 \u0456 \u0443\u0440\u0438\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u0432\u043c\u0456\u0441\u0442 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0434\u043b\u044f \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u0423\u0440\u0438\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0423\u0440\u0438\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0443\u0440\u0438\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u0435\u0440\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u0438\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0443.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0430\u0442\u0438 \u043f\u0430\u0440\u043e\u043b\u0435\u043c \u0443\u0440\u0438\u0432\u043e\u043a.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u0427\u0438 \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0456 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u0427\u0438 \u043f\u0440\u0438\u0439\u043c\u0430\u0454 \u0437\u0430\u043f\u0438\u0441 \u0441\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "\u0424\u043e\u0440\u043c\u0430\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "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": {
                                "_mi_skip_tracking": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "\u0427\u0438 \u0432\u0432\u0430\u0436\u0430\u0442\u0438 \u0437\u0430\u043f\u0438\u0441 \u043f\u0440\u0438\u043a\u0440\u0456\u043f\u043b\u0435\u043d\u0438\u043c.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u0413\u0440\u0443\u043f\u0438, \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u0437\u0430\u043f\u0438\u0441\u0443 \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457 \"category\".",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u0413\u0440\u0443\u043f\u0438, \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u0437\u0430\u043f\u0438\u0441\u0443 \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457 \"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": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "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": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0438\u043c\u0438 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437\u043c\u0456\u043d\u0435\u043d\u0438\u043c\u0438 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0449\u043e \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u043f\u0435\u0432\u043d\u0438\u043c \u0430\u0432\u0442\u043e\u0440\u0430\u043c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u043f\u0435\u0432\u043d\u0438\u043c \u0430\u0432\u0442\u043e\u0440\u0430\u043c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0438\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437\u043c\u0456\u043d\u0435\u043d\u0438\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u043f\u0435\u0432\u043d\u0456 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437 \u043f\u0435\u0432\u043d\u0438\u043c \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f\u043c menu_order.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0417\u0441\u0443\u0432 \u0432\u0438\u0431\u0456\u0440\u043a\u0438 \u043d\u0430 \u043f\u0435\u0432\u043d\u0435 \u0447\u0438\u0441\u043b\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0412\u043f\u043e\u0440\u044f\u0434\u043a\u0443\u0432\u0430\u0442\u0438 \u0441\u043e\u0440\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u0437\u0430 \u0437\u0440\u043e\u0441\u0442\u0430\u043d\u043d\u044f\u043c \u0430\u0431\u043e \u0441\u043f\u0430\u0434\u0430\u043d\u043d\u044f\u043c.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438 \u0437 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438 \u043f\u0440\u0435\u0434\u043a\u0456\u0432.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0432\u0441\u0456\u043c\u0430 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u0437\u0430 \u0432\u0438\u043d\u044f\u0442\u043a\u043e\u043c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0437 \u043f\u0435\u0432\u043d\u0438\u043c \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u043e\u043c \u043f\u0440\u0435\u0434\u043a\u0430.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0441\u043b\u0430\u0491\u0430\u043c\u0438 (\u043e\u0434\u043d\u0438\u043c \u0430\u0431\u043e \u0431\u0456\u043b\u044c\u0448\u0435).",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437 \u043e\u0434\u043d\u0438\u043c \u0430\u0431\u043e \u0434\u0435\u043a\u0456\u043b\u044c\u043a\u043e\u043c\u0430 \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",
                                    "cf7pp-pending",
                                    "cf7pp-completed",
                                    "cf7pp-failed",
                                    "cf7pp-abandoned",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0427\u0430\u0441 \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0406\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0445\u0438\u0441\u0442\u0443 \u0437\u043c\u0456\u0441\u0442\u0443 \u0456 \u0443\u0440\u0438\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u0406\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u043f\u0440\u0435\u0434\u043a\u0430 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u0432\u043c\u0456\u0441\u0442 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0434\u043b\u044f \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u0423\u0440\u0438\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0423\u0440\u0438\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0443\u0440\u0438\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u0435\u0440\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u0438\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0443.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0430\u0442\u0438 \u043f\u0430\u0440\u043e\u043b\u0435\u043c \u0443\u0440\u0438\u0432\u043e\u043a.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u0427\u0438 \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0456 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u0427\u0438 \u043f\u0440\u0438\u0439\u043c\u0430\u0454 \u0437\u0430\u043f\u0438\u0441 \u0441\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "The order of the post in relation to other posts.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_mi_skip_tracking": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wp\/v2\/pages"
                    }
                ]
            }
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a\u0449\u043e \u0432\u0456\u043d \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0427\u0430\u0441 \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0406\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0445\u0438\u0441\u0442\u0443 \u0437\u043c\u0456\u0441\u0442\u0443 \u0456 \u0443\u0440\u0438\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u0406\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u043f\u0440\u0435\u0434\u043a\u0430 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u0432\u043c\u0456\u0441\u0442 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0434\u043b\u044f \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u0423\u0440\u0438\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0423\u0440\u0438\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0443\u0440\u0438\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u0435\u0440\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u0438\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0443.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0430\u0442\u0438 \u043f\u0430\u0440\u043e\u043b\u0435\u043c \u0443\u0440\u0438\u0432\u043e\u043a.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u0427\u0438 \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0456 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u0427\u0438 \u043f\u0440\u0438\u0439\u043c\u0430\u0454 \u0437\u0430\u043f\u0438\u0441 \u0441\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "The order of the post in relation to other posts.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_mi_skip_tracking": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0427\u0438 \u0456\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0456 \u043f\u0440\u0438\u043c\u0443\u0441\u043e\u0432\u043e \u0432\u0438\u0434\u0430\u043b\u044f\u0442\u0438.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u043f\u0435\u0432\u043d\u0456 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0417\u0441\u0443\u0432 \u0432\u0438\u0431\u0456\u0440\u043a\u0438 \u043d\u0430 \u043f\u0435\u0432\u043d\u0435 \u0447\u0438\u0441\u043b\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0412\u043f\u043e\u0440\u044f\u0434\u043a\u0443\u0432\u0430\u0442\u0438 \u0441\u043e\u0440\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u0437\u0430 \u0437\u0440\u043e\u0441\u0442\u0430\u043d\u043d\u044f\u043c \u0430\u0431\u043e \u0441\u043f\u0430\u0434\u0430\u043d\u043d\u044f\u043c.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u043e\u0431'\u0454\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": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u041f\u043e\u0432\u0438\u043d\u043d\u043e \u0431\u0443\u0442\u0438 \u0456\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u044f\u043a \u0440\u0435\u0432\u0456\u0437\u0456\u0457 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u044e\u0442\u044c \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \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": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u0406\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u043f\u0440\u0435\u0434\u043a\u0430 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0427\u0430\u0441 \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0406\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0445\u0438\u0441\u0442\u0443 \u0437\u043c\u0456\u0441\u0442\u0443 \u0456 \u0443\u0440\u0438\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u0432\u043c\u0456\u0441\u0442 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0434\u043b\u044f \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u0423\u0440\u0438\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0423\u0440\u0438\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0443\u0440\u0438\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u0435\u0440\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u0438\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0443.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0430\u0442\u0438 \u043f\u0430\u0440\u043e\u043b\u0435\u043c \u0443\u0440\u0438\u0432\u043e\u043a.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u0427\u0438 \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0456 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u0427\u0438 \u043f\u0440\u0438\u0439\u043c\u0430\u0454 \u0437\u0430\u043f\u0438\u0441 \u0441\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "The order of the post in relation to other posts.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_mi_skip_tracking": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "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": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "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": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0438\u043c\u0438 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437\u043c\u0456\u043d\u0435\u043d\u0438\u043c\u0438 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0449\u043e \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u043f\u0435\u0432\u043d\u0438\u043c \u0430\u0432\u0442\u043e\u0440\u0430\u043c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u043f\u0435\u0432\u043d\u0438\u043c \u0430\u0432\u0442\u043e\u0440\u0430\u043c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0438\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437\u043c\u0456\u043d\u0435\u043d\u0438\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u043f\u0435\u0432\u043d\u0456 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0417\u0441\u0443\u0432 \u0432\u0438\u0431\u0456\u0440\u043a\u0438 \u043d\u0430 \u043f\u0435\u0432\u043d\u0435 \u0447\u0438\u0441\u043b\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0412\u043f\u043e\u0440\u044f\u0434\u043a\u0443\u0432\u0430\u0442\u0438 \u0441\u043e\u0440\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u0437\u0430 \u0437\u0440\u043e\u0441\u0442\u0430\u043d\u043d\u044f\u043c \u0430\u0431\u043e \u0441\u043f\u0430\u0434\u0430\u043d\u043d\u044f\u043c.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438 \u0437 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438 \u043f\u0440\u0435\u0434\u043a\u0456\u0432.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0432\u0441\u0456\u043c\u0430 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u0437\u0430 \u0432\u0438\u043d\u044f\u0442\u043a\u043e\u043c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0437 \u043f\u0435\u0432\u043d\u0438\u043c \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u043e\u043c \u043f\u0440\u0435\u0434\u043a\u0430.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0441\u043b\u0430\u0491\u0430\u043c\u0438 (\u043e\u0434\u043d\u0438\u043c \u0430\u0431\u043e \u0431\u0456\u043b\u044c\u0448\u0435).",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "inherit",
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437 \u043e\u0434\u043d\u0438\u043c \u0430\u0431\u043e \u0434\u0435\u043a\u0456\u043b\u044c\u043a\u043e\u043c\u0430 \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\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0434\u043e\u0434\u0430\u0442\u043a\u0430\u043c\u0438 \u043f\u0435\u0432\u043d\u043e\u0433\u043e \u0442\u0438\u043f\u0443 \u043c\u0435\u0434\u0456\u0430.",
                            "type": "string",
                            "enum": [
                                "image",
                                "video",
                                "text",
                                "application",
                                "audio"
                            ],
                            "required": false
                        },
                        "mime_type": {
                            "default": null,
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0434\u043e\u0434\u0430\u0442\u043a\u0430\u043c\u0438 \u043f\u0435\u0432\u043d\u043e\u0433\u043e MIME \u0442\u0438\u043f\u0443.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0427\u0430\u0441 \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0406\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0434\u043b\u044f \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u0427\u0438 \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0456 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u0427\u0438 \u043f\u0440\u0438\u0439\u043c\u0430\u0454 \u0437\u0430\u043f\u0438\u0441 \u0441\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_mi_skip_tracking": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "\u0410\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0443 \u043a\u043e\u043b\u0438 \u0432\u043a\u043b\u0430\u0434\u0435\u043d\u043d\u044f \u043d\u0435 \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0454\u0442\u044c\u0441\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "\u041f\u0456\u0434\u043f\u0438\u0441 \u0432\u043a\u043b\u0430\u0434\u0435\u043d\u043d\u044f.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041f\u0456\u0434\u043f\u0438\u0441 \u0434\u043b\u044f \u0432\u043a\u043b\u0430\u0434\u0435\u043d\u043d\u044f, \u044f\u043a \u0432\u043e\u043d\u043e \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043f\u0456\u0434\u043f\u0438\u0441 \u0434\u043b\u044f \u0432\u043a\u043b\u0430\u0434\u0435\u043d\u043d\u044f, \u043f\u0435\u0440\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u0438\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0443.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u041e\u043f\u0438\u0441 \u0432\u043a\u043b\u0430\u0434\u0435\u043d\u043d\u044f.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041e\u043f\u0438\u0441 \u0434\u043b\u044f \u0432\u043a\u043b\u0430\u0434\u0435\u043d\u043d\u044f, \u044f\u043a \u0432\u0456\u043d \u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML description for the attachment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "ID \u0434\u043b\u044f \u0430\u0441\u043e\u0446\u0456\u044e\u0432\u0430\u043d\u043d\u044f \u0437\u0430\u043f\u0438\u0441\u0456\u0432 \u0434\u043b\u044f \u0432\u043a\u043b\u0430\u0434\u0435\u043d\u043d\u044f.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wp\/v2\/media"
                    }
                ]
            }
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0427\u0430\u0441 \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0406\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID \u0434\u043b\u044f \u0430\u0432\u0442\u043e\u0440\u0430 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u0427\u0438 \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0456 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u0427\u0438 \u043f\u0440\u0438\u0439\u043c\u0430\u0454 \u0437\u0430\u043f\u0438\u0441 \u0441\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_mi_skip_tracking": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "\u0410\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0443 \u043a\u043e\u043b\u0438 \u0432\u043a\u043b\u0430\u0434\u0435\u043d\u043d\u044f \u043d\u0435 \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0454\u0442\u044c\u0441\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "\u041f\u0456\u0434\u043f\u0438\u0441 \u0432\u043a\u043b\u0430\u0434\u0435\u043d\u043d\u044f.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041f\u0456\u0434\u043f\u0438\u0441 \u0434\u043b\u044f \u0432\u043a\u043b\u0430\u0434\u0435\u043d\u043d\u044f, \u044f\u043a \u0432\u043e\u043d\u043e \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u043f\u0456\u0434\u043f\u0438\u0441 \u0434\u043b\u044f \u0432\u043a\u043b\u0430\u0434\u0435\u043d\u043d\u044f, \u043f\u0435\u0440\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u0438\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0443.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u041e\u043f\u0438\u0441 \u0432\u043a\u043b\u0430\u0434\u0435\u043d\u043d\u044f.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u041e\u043f\u0438\u0441 \u0434\u043b\u044f \u0432\u043a\u043b\u0430\u0434\u0435\u043d\u043d\u044f, \u044f\u043a \u0432\u0456\u043d \u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML description for the attachment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "ID \u0434\u043b\u044f \u0430\u0441\u043e\u0446\u0456\u044e\u0432\u0430\u043d\u043d\u044f \u0437\u0430\u043f\u0438\u0441\u0456\u0432 \u0434\u043b\u044f \u0432\u043a\u043b\u0430\u0434\u0435\u043d\u043d\u044f.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0427\u0438 \u0456\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0456 \u043f\u0440\u0438\u043c\u0443\u0441\u043e\u0432\u043e \u0432\u0438\u0434\u0430\u043b\u044f\u0442\u0438.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/post-process": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the attachment.",
                            "type": "integer",
                            "required": false
                        },
                        "action": {
                            "type": "string",
                            "enum": [
                                "create-image-subsizes"
                            ],
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/edit": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "src": {
                            "description": "URL \u0432\u0456\u0434\u0440\u0435\u0434\u0430\u0433\u043e\u0432\u0430\u043d\u043e\u0433\u043e \u0444\u0430\u0439\u043b\u0443 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "modifiers": {
                            "description": "\u041c\u0430\u0441\u0438\u0432 \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043d\u043d\u044f \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f.",
                            "type": "array",
                            "minItems": 1,
                            "items": {
                                "description": "\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043d\u043d\u044f \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f.",
                                "type": "object",
                                "required": [
                                    "type",
                                    "args"
                                ],
                                "oneOf": [
                                    {
                                        "title": "\u041e\u0431\u0435\u0440\u0442\u0430\u043d\u043d\u044f",
                                        "properties": {
                                            "type": {
                                                "description": "\u0422\u0438\u043f \u043e\u0431\u0435\u0440\u0442\u0430\u043d\u043d\u044f.",
                                                "type": "string",
                                                "enum": [
                                                    "rotate"
                                                ]
                                            },
                                            "args": {
                                                "description": "\u0410\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0438 \u043e\u0431\u0435\u0440\u0442\u0430\u043d\u043d\u044f.",
                                                "type": "object",
                                                "required": [
                                                    "angle"
                                                ],
                                                "properties": {
                                                    "angle": {
                                                        "description": "\u041a\u0443\u0442 \u0434\u043b\u044f \u043f\u043e\u0432\u043e\u0440\u043e\u0442\u0443 \u0437\u0430 \u0433\u043e\u0434\u0438\u043d\u043d\u0438\u043a\u043e\u0432\u043e\u044e \u0441\u0442\u0440\u0456\u043b\u043a\u043e\u044e.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "\u041e\u0431\u0440\u0456\u0437\u0430\u0442\u0438",
                                        "properties": {
                                            "type": {
                                                "description": "\u0422\u0438\u043f \u043e\u0431\u0440\u0456\u0437\u0430\u043d\u043d\u044f.",
                                                "type": "string",
                                                "enum": [
                                                    "crop"
                                                ]
                                            },
                                            "args": {
                                                "description": "\u0410\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0438 \u043e\u0431\u0440\u0456\u0437\u0430\u043d\u043d\u044f.",
                                                "type": "object",
                                                "required": [
                                                    "left",
                                                    "top",
                                                    "width",
                                                    "height"
                                                ],
                                                "properties": {
                                                    "left": {
                                                        "description": "\u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0435 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u043d\u044f \u0437\u043b\u0456\u0432\u0430 \u0434\u043b\u044f \u043f\u043e\u0447\u0430\u0442\u043a\u0443 \u043a\u0430\u0434\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u0432 \u0432\u0456\u0434\u0441\u043e\u0442\u043a\u0430\u0445 \u0432\u0456\u0434 \u0448\u0438\u0440\u0438\u043d\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f.",
                                                        "type": "number"
                                                    },
                                                    "top": {
                                                        "description": "\u0412\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u0435 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u043d\u044f \u0437\u0432\u0435\u0440\u0445\u0443 \u0434\u043b\u044f \u043f\u043e\u0447\u0430\u0442\u043a\u0443 \u043a\u0430\u0434\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u0432 \u0432\u0456\u0434\u0441\u043e\u0442\u043a\u0430\u0445 \u0432\u0456\u0434 \u0432\u0438\u0441\u043e\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f.",
                                                        "type": "number"
                                                    },
                                                    "width": {
                                                        "description": "\u0428\u0438\u0440\u0438\u043d\u0430 \u043a\u0430\u0434\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u0432 \u0432\u0456\u0434\u0441\u043e\u0442\u043a\u0430\u0445 \u0432\u0456\u0434 \u0448\u0438\u0440\u0438\u043d\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f.",
                                                        "type": "number"
                                                    },
                                                    "height": {
                                                        "description": "\u0412\u0438\u0441\u043e\u0442\u0430 \u043a\u0430\u0434\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u0432 \u0432\u0456\u0434\u0441\u043e\u0442\u043a\u0430\u0445 \u0432\u0456\u0434 \u0432\u0438\u0441\u043e\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    }
                                ]
                            },
                            "required": false
                        },
                        "rotation": {
                            "description": "\u0412\u0435\u043b\u0438\u0447\u0438\u043d\u0430 \u043f\u043e\u0432\u043e\u0440\u043e\u0442\u0443 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0437\u0430 \u0433\u043e\u0434\u0438\u043d\u043d\u0438\u043a\u043e\u0432\u043e\u044e \u0441\u0442\u0440\u0456\u043b\u043a\u043e\u044e \u0432 \u0433\u0440\u0430\u0434\u0443\u0441\u0430\u0445. \u0417\u0410\u0421\u0422\u0410\u0420\u0406\u041b\u041e: \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 \u043c\u043e\u0434\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0438 (`modifiers`).",
                            "type": "integer",
                            "minimum": 0,
                            "exclusiveMinimum": true,
                            "maximum": 360,
                            "exclusiveMaximum": true,
                            "required": false
                        },
                        "x": {
                            "description": "\u0423 \u0432\u0456\u0434\u0441\u043e\u0442\u043a\u0430\u0445 \u0432\u0456\u0434 \u0440\u043e\u0437\u043c\u0456\u0440\u0443 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f, \u043f\u043e\u0437\u0438\u0446\u0456\u044f \u043f\u043e \u043e\u0441\u0456 X \u0434\u043b\u044f \u043a\u0430\u0434\u0440\u0443\u0432\u0430\u043d\u043d\u044f. \u0417\u0410\u0421\u0422\u0410\u0420\u0406\u041b\u041e: \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 \u043c\u043e\u0434\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0438 (`modifiers`).",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "y": {
                            "description": "\u0423 \u0432\u0456\u0434\u0441\u043e\u0442\u043a\u0430\u0445 \u0432\u0456\u0434 \u0440\u043e\u0437\u043c\u0456\u0440\u0443 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f, \u043f\u043e\u0437\u0438\u0446\u0456\u044f \u043f\u043e \u043e\u0441\u0456 Y \u0434\u043b\u044f \u043a\u0430\u0434\u0440\u0443\u0432\u0430\u043d\u043d\u044f. \u0417\u0410\u0421\u0422\u0410\u0420\u0406\u041b\u041e: \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 \u043c\u043e\u0434\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0438 (`modifiers`).",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "width": {
                            "description": "\u0423 \u0432\u0456\u0434\u0441\u043e\u0442\u043a\u0430\u0445 \u0432\u0456\u0434 \u0440\u043e\u0437\u043c\u0456\u0440\u0443 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f, \u0448\u0438\u0440\u0438\u043d\u0430 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u043a\u0430\u0434\u0440\u0443\u0432\u0430\u043d\u043d\u044f. \u0417\u0410\u0421\u0422\u0410\u0420\u0406\u041b\u041e: \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 \u043c\u043e\u0434\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0438 (`modifiers`).",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "height": {
                            "description": "\u0423 \u0432\u0456\u0434\u0441\u043e\u0442\u043a\u0430\u0445 \u0432\u0456\u0434 \u0440\u043e\u0437\u043c\u0456\u0440\u0443 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f, \u0432\u0438\u0441\u043e\u0442\u0430 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u043a\u0430\u0434\u0440\u0443\u0432\u0430\u043d\u043d\u044f. \u0417\u0410\u0421\u0422\u0410\u0420\u0406\u041b\u041e: \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 \u043c\u043e\u0434\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0438 (`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": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0438\u043c\u0438 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437\u043c\u0456\u043d\u0435\u043d\u0438\u043c\u0438 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0438\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437\u043c\u0456\u043d\u0435\u043d\u0438\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u043f\u0435\u0432\u043d\u0456 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0417\u0441\u0443\u0432 \u0432\u0438\u0431\u0456\u0440\u043a\u0438 \u043d\u0430 \u043f\u0435\u0432\u043d\u0435 \u0447\u0438\u0441\u043b\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0412\u043f\u043e\u0440\u044f\u0434\u043a\u0443\u0432\u0430\u0442\u0438 \u0441\u043e\u0440\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u0437\u0430 \u0437\u0440\u043e\u0441\u0442\u0430\u043d\u043d\u044f\u043c \u0430\u0431\u043e \u0441\u043f\u0430\u0434\u0430\u043d\u043d\u044f\u043c.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u043e\u0431'\u0454\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": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0441\u043b\u0430\u0491\u0430\u043c\u0438 (\u043e\u0434\u043d\u0438\u043c \u0430\u0431\u043e \u0431\u0456\u043b\u044c\u0448\u0435).",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437 \u043e\u0434\u043d\u0438\u043c \u0430\u0431\u043e \u0434\u0435\u043a\u0456\u043b\u044c\u043a\u043e\u043c\u0430 \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",
                                    "cf7pp-pending",
                                    "cf7pp-completed",
                                    "cf7pp-failed",
                                    "cf7pp-abandoned",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u043d\u0430\u0431\u0456\u0440 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432 \u0433\u0440\u0443\u043d\u0442\u0443\u044e\u0447\u0438\u0441\u044c \u043d\u0430 \u0432\u0456\u0434\u043d\u043e\u0441\u0438\u043d\u0430\u0445 \u043c\u0456\u0436 \u043c\u043d\u043e\u0436\u0438\u043d\u043d\u0438\u043c\u0438 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u044f\u043c\u0438.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "menus": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0434\u043e \u043e\u0431'\u0454\u043a\u0442\u0456\u0432 \u0437 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u043c \u0437\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u043c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u043c \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457 menus.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u041f\u0435\u0440\u0435\u043b\u0456\u043a ID \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432",
                                    "description": "\u0421\u043f\u0456\u0432\u043f\u0430\u0434\u0430\u044e\u0447\u0456 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u0437 \u043f\u0435\u0440\u0435\u0440\u0430\u0445\u043e\u0432\u0430\u043d\u0438\u043c\u0438 ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u0417\u0430\u043f\u0438\u0442 ID \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457",
                                    "description": "\u0412\u0438\u043a\u043e\u043d\u0430\u0442\u0438 \u0440\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u0438\u0439 \u0437\u0430\u043f\u0438\u0442 \u0437\u0430 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Whether items must be assigned all or any of the specified terms.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menus_exclude": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0434\u043e \u043e\u0431'\u0454\u043a\u0442\u0456\u0432 \u0437 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u043c \u0437\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u043c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u043c \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457 menus.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u041f\u0435\u0440\u0435\u043b\u0456\u043a ID \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432",
                                    "description": "\u0421\u043f\u0456\u0432\u043f\u0430\u0434\u0430\u044e\u0447\u0456 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u0437 \u043f\u0435\u0440\u0435\u0440\u0430\u0445\u043e\u0432\u0430\u043d\u0438\u043c\u0438 ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u0417\u0430\u043f\u0438\u0442 ID \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457",
                                    "description": "\u0412\u0438\u043a\u043e\u043d\u0430\u0442\u0438 \u0440\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u0438\u0439 \u0437\u0430\u043f\u0438\u0442 \u0437\u0430 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437 \u043f\u0435\u0432\u043d\u0438\u043c \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f\u043c menu_order.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430 \u0434\u043b\u044f \u043e\u0431'\u0454\u043a\u0442\u0430.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the object, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the object, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "custom",
                            "description": "The family of objects originally represented, such as \"post_type\" or \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "A named status for the object.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "ID \u0434\u043b\u044f \u0431\u0430\u0442\u044c\u043a\u0456\u0432 \u043e\u0431'\u0454\u043a\u0442\u0430.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Text for the title attribute of the link element for this menu item.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Class names for the link element of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u041e\u043f\u0438\u0441 \u0446\u044c\u043e\u0433\u043e \u043f\u0443\u043d\u043a\u0442\u0443 \u043c\u0435\u043d\u044e.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "default": 1,
                            "description": "The DB ID of the nav_menu_item that is this item's menu parent, if any, otherwise 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "The type of object originally represented, such as \"category\", \"post\", or \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "default": 0,
                            "description": "The database ID of the original object this menu item represents, for example the ID for posts or the term_id for categories.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "The target attribute of the link element for this menu item.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "The URL to which this menu item points.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "The XFN relationship expressed in the link of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "The terms assigned to the object in the nav_menu taxonomy.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_mi_skip_tracking": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wp\/v2\/menu-items"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430 \u0434\u043b\u044f \u043e\u0431'\u0454\u043a\u0442\u0430.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the object, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the object, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "The family of objects originally represented, such as \"post_type\" or \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the object.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "ID \u0434\u043b\u044f \u0431\u0430\u0442\u044c\u043a\u0456\u0432 \u043e\u0431'\u0454\u043a\u0442\u0430.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Text for the title attribute of the link element for this menu item.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Class names for the link element of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u041e\u043f\u0438\u0441 \u0446\u044c\u043e\u0433\u043e \u043f\u0443\u043d\u043a\u0442\u0443 \u043c\u0435\u043d\u044e.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "The DB ID of the nav_menu_item that is this item's menu parent, if any, otherwise 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "The type of object originally represented, such as \"category\", \"post\", or \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "The database ID of the original object this menu item represents, for example the ID for posts or the term_id for categories.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "The target attribute of the link element for this menu item.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "The URL to which this menu item points.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "The XFN relationship expressed in the link of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "The terms assigned to the object in the nav_menu taxonomy.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_mi_skip_tracking": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0427\u0438 \u0456\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0456 \u043f\u0440\u0438\u043c\u0443\u0441\u043e\u0432\u043e \u0432\u0438\u0434\u0430\u043b\u044f\u0442\u0438.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0434\u043b\u044f \u0431\u0430\u0442\u044c\u043a\u0456\u0432 \u043e\u0431'\u0454\u043a\u0442\u0430.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "title": {
                            "description": "\u041d\u0430\u0437\u0432\u0430 \u0434\u043b\u044f \u043e\u0431'\u0454\u043a\u0442\u0430.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the object, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the object, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "The family of objects originally represented, such as \"post_type\" or \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the object.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "attr_title": {
                            "description": "Text for the title attribute of the link element for this menu item.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Class names for the link element of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u041e\u043f\u0438\u0441 \u0446\u044c\u043e\u0433\u043e \u043f\u0443\u043d\u043a\u0442\u0443 \u043c\u0435\u043d\u044e.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "The DB ID of the nav_menu_item that is this item's menu parent, if any, otherwise 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "The type of object originally represented, such as \"category\", \"post\", or \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "The database ID of the original object this menu item represents, for example the ID for posts or the term_id for categories.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "The target attribute of the link element for this menu item.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "The URL to which this menu item points.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "The XFN relationship expressed in the link of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "The terms assigned to the object in the nav_menu taxonomy.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": {
                                "_mi_skip_tracking": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "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": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0438\u043c\u0438 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437\u043c\u0456\u043d\u0435\u043d\u0438\u043c\u0438 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0438\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437\u043c\u0456\u043d\u0435\u043d\u0438\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u043f\u0435\u0432\u043d\u0456 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0417\u0441\u0443\u0432 \u0432\u0438\u0431\u0456\u0440\u043a\u0438 \u043d\u0430 \u043f\u0435\u0432\u043d\u0435 \u0447\u0438\u0441\u043b\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0412\u043f\u043e\u0440\u044f\u0434\u043a\u0443\u0432\u0430\u0442\u0438 \u0441\u043e\u0440\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u0437\u0430 \u0437\u0440\u043e\u0441\u0442\u0430\u043d\u043d\u044f\u043c \u0430\u0431\u043e \u0441\u043f\u0430\u0434\u0430\u043d\u043d\u044f\u043c.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0441\u043b\u0430\u0491\u0430\u043c\u0438 (\u043e\u0434\u043d\u0438\u043c \u0430\u0431\u043e \u0431\u0456\u043b\u044c\u0448\u0435).",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437 \u043e\u0434\u043d\u0438\u043c \u0430\u0431\u043e \u0434\u0435\u043a\u0456\u043b\u044c\u043a\u043e\u043c\u0430 \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",
                                    "cf7pp-pending",
                                    "cf7pp-completed",
                                    "cf7pp-failed",
                                    "cf7pp-abandoned",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u043d\u0430\u0431\u0456\u0440 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432 \u0433\u0440\u0443\u043d\u0442\u0443\u044e\u0447\u0438\u0441\u044c \u043d\u0430 \u0432\u0456\u0434\u043d\u043e\u0441\u0438\u043d\u0430\u0445 \u043c\u0456\u0436 \u043c\u043d\u043e\u0436\u0438\u043d\u043d\u0438\u043c\u0438 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u044f\u043c\u0438.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0434\u043e \u043e\u0431'\u0454\u043a\u0442\u0456\u0432 \u0437 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u043c \u0437\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u043c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u043c \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457 wp_pattern_category.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u041f\u0435\u0440\u0435\u043b\u0456\u043a ID \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432",
                                    "description": "\u0421\u043f\u0456\u0432\u043f\u0430\u0434\u0430\u044e\u0447\u0456 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u0437 \u043f\u0435\u0440\u0435\u0440\u0430\u0445\u043e\u0432\u0430\u043d\u0438\u043c\u0438 ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u0417\u0430\u043f\u0438\u0442 ID \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457",
                                    "description": "\u0412\u0438\u043a\u043e\u043d\u0430\u0442\u0438 \u0440\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u0438\u0439 \u0437\u0430\u043f\u0438\u0442 \u0437\u0430 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Whether items must be assigned all or any of the specified terms.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "wp_pattern_category_exclude": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0434\u043e \u043e\u0431'\u0454\u043a\u0442\u0456\u0432 \u0437 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u043c \u0437\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u043c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u043c \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457 wp_pattern_category.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u041f\u0435\u0440\u0435\u043b\u0456\u043a ID \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432",
                                    "description": "\u0421\u043f\u0456\u0432\u043f\u0430\u0434\u0430\u044e\u0447\u0456 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u0437 \u043f\u0435\u0440\u0435\u0440\u0430\u0445\u043e\u0432\u0430\u043d\u0438\u043c\u0438 ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u0417\u0430\u043f\u0438\u0442 ID \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457",
                                    "description": "\u0412\u0438\u043a\u043e\u043d\u0430\u0442\u0438 \u0440\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u0438\u0439 \u0437\u0430\u043f\u0438\u0442 \u0437\u0430 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0427\u0430\u0441 \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0406\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0445\u0438\u0441\u0442\u0443 \u0437\u043c\u0456\u0441\u0442\u0443 \u0456 \u0443\u0440\u0438\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u0432\u043c\u0456\u0441\u0442 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u0423\u0440\u0438\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0423\u0440\u0438\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0443\u0440\u0438\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u0435\u0440\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u0438\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0443.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0430\u0442\u0438 \u043f\u0430\u0440\u043e\u043b\u0435\u043c \u0443\u0440\u0438\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": {
                                "_mi_skip_tracking": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "\u0413\u0440\u0443\u043f\u0438, \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u0437\u0430\u043f\u0438\u0441\u0443 \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457 \"wp_pattern_category\".",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wp\/v2\/blocks"
                    }
                ]
            }
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a\u0449\u043e \u0432\u0456\u043d \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0427\u0430\u0441 \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0406\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0445\u0438\u0441\u0442\u0443 \u0437\u043c\u0456\u0441\u0442\u0443 \u0456 \u0443\u0440\u0438\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u0432\u043c\u0456\u0441\u0442 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u0423\u0440\u0438\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0423\u0440\u0438\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0443\u0440\u0438\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u0435\u0440\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u0438\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0443.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0430\u0442\u0438 \u043f\u0430\u0440\u043e\u043b\u0435\u043c \u0443\u0440\u0438\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": {
                                "_mi_skip_tracking": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "\u0413\u0440\u0443\u043f\u0438, \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u0437\u0430\u043f\u0438\u0441\u0443 \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457 \"wp_pattern_category\".",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0427\u0438 \u0456\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0456 \u043f\u0440\u0438\u043c\u0443\u0441\u043e\u0432\u043e \u0432\u0438\u0434\u0430\u043b\u044f\u0442\u0438.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u043f\u0435\u0432\u043d\u0456 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0417\u0441\u0443\u0432 \u0432\u0438\u0431\u0456\u0440\u043a\u0438 \u043d\u0430 \u043f\u0435\u0432\u043d\u0435 \u0447\u0438\u0441\u043b\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0412\u043f\u043e\u0440\u044f\u0434\u043a\u0443\u0432\u0430\u0442\u0438 \u0441\u043e\u0440\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u0437\u0430 \u0437\u0440\u043e\u0441\u0442\u0430\u043d\u043d\u044f\u043c \u0430\u0431\u043e \u0441\u043f\u0430\u0434\u0430\u043d\u043d\u044f\u043c.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u043e\u0431'\u0454\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": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u041f\u043e\u0432\u0438\u043d\u043d\u043e \u0431\u0443\u0442\u0438 \u0456\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u044f\u043a \u0440\u0435\u0432\u0456\u0437\u0456\u0457 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u044e\u0442\u044c \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \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": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0427\u0430\u0441 \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0406\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0445\u0438\u0441\u0442\u0443 \u0437\u043c\u0456\u0441\u0442\u0443 \u0456 \u0443\u0440\u0438\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u0432\u043c\u0456\u0441\u0442 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u0423\u0440\u0438\u0432\u043e\u043a \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0423\u0440\u0438\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML \u0443\u0440\u0438\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u0435\u0440\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u0438\u0439 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0443.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0430\u0442\u0438 \u043f\u0430\u0440\u043e\u043b\u0435\u043c \u0443\u0440\u0438\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": {
                                "_mi_skip_tracking": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "\u0413\u0440\u0443\u043f\u0438, \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u0437\u0430\u043f\u0438\u0441\u0443 \u0432 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457 \"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": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "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\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u043f\u0435\u0432\u043d\u0456 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0417\u0441\u0443\u0432 \u0432\u0438\u0431\u0456\u0440\u043a\u0438 \u043d\u0430 \u043f\u0435\u0432\u043d\u0435 \u0447\u0438\u0441\u043b\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0412\u043f\u043e\u0440\u044f\u0434\u043a\u0443\u0432\u0430\u0442\u0438 \u0441\u043e\u0440\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u0437\u0430 \u0437\u0440\u043e\u0441\u0442\u0430\u043d\u043d\u044f\u043c \u0430\u0431\u043e \u0441\u043f\u0430\u0434\u0430\u043d\u043d\u044f\u043c.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u043e\u0431'\u0454\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\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u041f\u043e\u0432\u0438\u043d\u043d\u043e \u0431\u0443\u0442\u0438 \u0456\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u044f\u043a \u0440\u0435\u0432\u0456\u0437\u0456\u0457 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u044e\u0442\u044c \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \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\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "ID \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0423\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f, \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0443\u044e\u0447\u0430 \u0448\u0430\u0431\u043b\u043e\u043d.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u0406\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0442\u0435\u043c\u0438 \u0434\u043b\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u0422\u0438\u043f \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u041e\u043f\u0438\u0441 \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "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": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Limit to the specified post id.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0435\u043d\u043d\u044f \u043f\u0435\u0432\u043d\u043e\u0457 \u043e\u0431\u043b\u0430\u0441\u0442\u0456 \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "\u0422\u0438\u043f \u0437\u0430\u043f\u0438\u0441\u0443, \u0434\u043b\u044f \u044f\u043a\u043e\u0433\u043e \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u0448\u0430\u0431\u043b\u043e\u043d\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u0423\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f, \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0443\u044e\u0447\u0430 \u0448\u0430\u0431\u043b\u043e\u043d.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "\u0406\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0442\u0435\u043c\u0438 \u0434\u043b\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u0422\u0438\u043f \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "\u041e\u043f\u0438\u0441 \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wp\/v2\/templates"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "The slug of the template to get the fallback for",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Indicates if a template is custom or part of the template hierarchy",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "The template prefix for the created template. This is used to extract the main template type, e.g. in `taxonomy-books` extracts the `taxonomy`",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "ID \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0423\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f, \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0443\u044e\u0447\u0430 \u0448\u0430\u0431\u043b\u043e\u043d.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u0406\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0442\u0435\u043c\u0438 \u0434\u043b\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u0422\u0438\u043f \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u041e\u043f\u0438\u0441 \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "ID \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0427\u0438 \u0456\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0456 \u043f\u0440\u0438\u043c\u0443\u0441\u043e\u0432\u043e \u0432\u0438\u0434\u0430\u043b\u044f\u0442\u0438.",
                            "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\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u043f\u0435\u0432\u043d\u0456 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0417\u0441\u0443\u0432 \u0432\u0438\u0431\u0456\u0440\u043a\u0438 \u043d\u0430 \u043f\u0435\u0432\u043d\u0435 \u0447\u0438\u0441\u043b\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0412\u043f\u043e\u0440\u044f\u0434\u043a\u0443\u0432\u0430\u0442\u0438 \u0441\u043e\u0440\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u0437\u0430 \u0437\u0440\u043e\u0441\u0442\u0430\u043d\u043d\u044f\u043c \u0430\u0431\u043e \u0441\u043f\u0430\u0434\u0430\u043d\u043d\u044f\u043c.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u043e\u0431'\u0454\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\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u041f\u043e\u0432\u0438\u043d\u043d\u043e \u0431\u0443\u0442\u0438 \u0456\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u044f\u043a \u0440\u0435\u0432\u0456\u0437\u0456\u0457 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u044e\u0442\u044c \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \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\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "ID \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0423\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f, \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0443\u044e\u0447\u0430 \u0448\u0430\u0431\u043b\u043e\u043d.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u0406\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0442\u0435\u043c\u0438 \u0434\u043b\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u0422\u0438\u043f \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u041e\u043f\u0438\u0441 \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Where the template part is intended for use (header, footer, etc.)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "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": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Limit to the specified post id.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0435\u043d\u043d\u044f \u043f\u0435\u0432\u043d\u043e\u0457 \u043e\u0431\u043b\u0430\u0441\u0442\u0456 \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "\u0422\u0438\u043f \u0437\u0430\u043f\u0438\u0441\u0443, \u0434\u043b\u044f \u044f\u043a\u043e\u0433\u043e \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u0448\u0430\u0431\u043b\u043e\u043d\u0438.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u0423\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f, \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0443\u044e\u0447\u0430 \u0448\u0430\u0431\u043b\u043e\u043d.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "\u0406\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0442\u0435\u043c\u0438 \u0434\u043b\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u0422\u0438\u043f \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "\u041e\u043f\u0438\u0441 \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Where the template part is intended for use (header, footer, etc.)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wp\/v2\/template-parts"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "The slug of the template to get the fallback for",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Indicates if a template is custom or part of the template hierarchy",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "The template prefix for the created template. This is used to extract the main template type, e.g. in `taxonomy-books` extracts the `taxonomy`",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "ID \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0423\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0430 \u0447\u0430\u0441\u0442\u0438\u043d\u0430 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f, \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0443\u044e\u0447\u0430 \u0448\u0430\u0431\u043b\u043e\u043d.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u0406\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0442\u0435\u043c\u0438 \u0434\u043b\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u0422\u0438\u043f \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u041e\u043f\u0438\u0441 \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Where the template part is intended for use (header, footer, etc.)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "ID \u0448\u0430\u0431\u043b\u043e\u043d\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0427\u0438 \u0456\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0456 \u043f\u0440\u0438\u043c\u0443\u0441\u043e\u0432\u043e \u0432\u0438\u0434\u0430\u043b\u044f\u0442\u0438.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "\u0417\u0441\u0443\u0432 \u0432\u0438\u0431\u0456\u0440\u043a\u0438 \u043d\u0430 \u043f\u0435\u0432\u043d\u0435 \u0447\u0438\u0441\u043b\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\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": "The ID for the parent of the global styles revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the global styles revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[\\\/\\s%\\w\\.\\(\\)\\[\\]\\@_\\-]+)\/variations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "stylesheet": {
                            "description": "The theme identifier",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "stylesheet": {
                            "description": "The theme identifier",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<id>[\\\/\\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\u0443.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "styles": {
                            "description": "\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0456 \u0441\u0442\u0438\u043b\u0456.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "settings": {
                            "description": "\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0456 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Title of the global styles variation.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the global styles variation, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0438\u043c\u0438 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437\u043c\u0456\u043d\u0435\u043d\u0438\u043c\u0438 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0438\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437\u043c\u0456\u043d\u0435\u043d\u0438\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u043f\u0435\u0432\u043d\u0456 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0417\u0441\u0443\u0432 \u0432\u0438\u0431\u0456\u0440\u043a\u0438 \u043d\u0430 \u043f\u0435\u0432\u043d\u0435 \u0447\u0438\u0441\u043b\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0412\u043f\u043e\u0440\u044f\u0434\u043a\u0443\u0432\u0430\u0442\u0438 \u0441\u043e\u0440\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u0437\u0430 \u0437\u0440\u043e\u0441\u0442\u0430\u043d\u043d\u044f\u043c \u0430\u0431\u043e \u0441\u043f\u0430\u0434\u0430\u043d\u043d\u044f\u043c.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0441\u043b\u0430\u0491\u0430\u043c\u0438 (\u043e\u0434\u043d\u0438\u043c \u0430\u0431\u043e \u0431\u0456\u043b\u044c\u0448\u0435).",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437 \u043e\u0434\u043d\u0438\u043c \u0430\u0431\u043e \u0434\u0435\u043a\u0456\u043b\u044c\u043a\u043e\u043c\u0430 \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",
                                    "cf7pp-pending",
                                    "cf7pp-completed",
                                    "cf7pp-failed",
                                    "cf7pp-abandoned",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0427\u0430\u0441 \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0406\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0445\u0438\u0441\u0442\u0443 \u0437\u043c\u0456\u0441\u0442\u0443 \u0456 \u0443\u0440\u0438\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u0432\u043c\u0456\u0441\u0442 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wp\/v2\/navigation"
                    }
                ]
            }
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "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\u0443, \u044f\u043a\u0449\u043e \u0432\u0456\u043d \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0427\u0430\u0441 \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0406\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0445\u0438\u0441\u0442\u0443 \u0437\u043c\u0456\u0441\u0442\u0443 \u0456 \u0443\u0440\u0438\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u0432\u043c\u0456\u0441\u0442 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0427\u0438 \u0456\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0456 \u043f\u0440\u0438\u043c\u0443\u0441\u043e\u0432\u043e \u0432\u0438\u0434\u0430\u043b\u044f\u0442\u0438.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u043f\u0435\u0432\u043d\u0456 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0417\u0441\u0443\u0432 \u0432\u0438\u0431\u0456\u0440\u043a\u0438 \u043d\u0430 \u043f\u0435\u0432\u043d\u0435 \u0447\u0438\u0441\u043b\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0412\u043f\u043e\u0440\u044f\u0434\u043a\u0443\u0432\u0430\u0442\u0438 \u0441\u043e\u0440\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u0437\u0430 \u0437\u0440\u043e\u0441\u0442\u0430\u043d\u043d\u044f\u043c \u0430\u0431\u043e \u0441\u043f\u0430\u0434\u0430\u043d\u043d\u044f\u043c.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0443 \u043e\u0431'\u0454\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": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u041f\u043e\u0432\u0438\u043d\u043d\u043e \u0431\u0443\u0442\u0438 \u0456\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u044f\u043a \u0440\u0435\u0432\u0456\u0437\u0456\u0457 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u044e\u0442\u044c \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \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": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0427\u0430\u0441 \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0406\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0445\u0438\u0441\u0442\u0443 \u0437\u043c\u0456\u0441\u0442\u0443 \u0456 \u0443\u0440\u0438\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u0432\u043c\u0456\u0441\u0442 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "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": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u043f\u0435\u0432\u043d\u0456 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0417\u0441\u0443\u0432 \u0432\u0438\u0431\u0456\u0440\u043a\u0438 \u043d\u0430 \u043f\u0435\u0432\u043d\u0435 \u0447\u0438\u0441\u043b\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0412\u043f\u043e\u0440\u044f\u0434\u043a\u0443\u0432\u0430\u0442\u0438 \u0441\u043e\u0440\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u0437\u0430 \u0437\u0440\u043e\u0441\u0442\u0430\u043d\u043d\u044f\u043c \u0430\u0431\u043e \u0441\u043f\u0430\u0434\u0430\u043d\u043d\u044f\u043c.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0441\u043b\u0430\u0491\u0430\u043c\u0438 (\u043e\u0434\u043d\u0438\u043c \u0430\u0431\u043e \u0431\u0456\u043b\u044c\u0448\u0435).",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "theme_json_version": {
                            "description": "Version of the theme.json schema used for the typography settings.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "font-family declaration in theme.json format, encoded as a string.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wp\/v2\/font-families"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-families\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "theme_json_version": {
                            "description": "Version of the theme.json schema used for the typography settings.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "font-family declaration in theme.json format, encoded as a string.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0427\u0438 \u0456\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0456 \u043f\u0440\u0438\u043c\u0443\u0441\u043e\u0432\u043e \u0432\u0438\u0434\u0430\u043b\u044f\u0442\u0438.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "The ID for the parent font family of the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u043f\u0435\u0432\u043d\u0456 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0417\u0441\u0443\u0432 \u0432\u0438\u0431\u0456\u0440\u043a\u0438 \u043d\u0430 \u043f\u0435\u0432\u043d\u0435 \u0447\u0438\u0441\u043b\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0412\u043f\u043e\u0440\u044f\u0434\u043a\u0443\u0432\u0430\u0442\u0438 \u0441\u043e\u0440\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u0437\u0430 \u0437\u0440\u043e\u0441\u0442\u0430\u043d\u043d\u044f\u043c \u0430\u0431\u043e \u0441\u043f\u0430\u0434\u0430\u043d\u043d\u044f\u043c.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "The ID for the parent font family of the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "theme_json_version": {
                            "description": "Version of the theme.json schema used for the typography settings.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_face_settings": {
                            "description": "font-face declaration in theme.json format, encoded as a string.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "The ID for the parent font family of the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "Unique identifier for the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "The ID for the parent font family of the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "Unique identifier for the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0427\u0438 \u0456\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0456 \u043f\u0440\u0438\u043c\u0443\u0441\u043e\u0432\u043e \u0432\u0438\u0434\u0430\u043b\u044f\u0442\u0438.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tvd_content_set": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0438\u043c\u0438 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437\u043c\u0456\u043d\u0435\u043d\u0438\u043c\u0438 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0438\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437\u043c\u0456\u043d\u0435\u043d\u0438\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u043f\u0435\u0432\u043d\u0456 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0417\u0441\u0443\u0432 \u0432\u0438\u0431\u0456\u0440\u043a\u0438 \u043d\u0430 \u043f\u0435\u0432\u043d\u0435 \u0447\u0438\u0441\u043b\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0412\u043f\u043e\u0440\u044f\u0434\u043a\u0443\u0432\u0430\u0442\u0438 \u0441\u043e\u0440\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u0437\u0430 \u0437\u0440\u043e\u0441\u0442\u0430\u043d\u043d\u044f\u043c \u0430\u0431\u043e \u0441\u043f\u0430\u0434\u0430\u043d\u043d\u044f\u043c.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0441\u043b\u0430\u0491\u0430\u043c\u0438 (\u043e\u0434\u043d\u0438\u043c \u0430\u0431\u043e \u0431\u0456\u043b\u044c\u0448\u0435).",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437 \u043e\u0434\u043d\u0438\u043c \u0430\u0431\u043e \u0434\u0435\u043a\u0456\u043b\u044c\u043a\u043e\u043c\u0430 \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",
                                    "cf7pp-pending",
                                    "cf7pp-completed",
                                    "cf7pp-failed",
                                    "cf7pp-abandoned",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0427\u0430\u0441 \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0406\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0445\u0438\u0441\u0442\u0443 \u0437\u043c\u0456\u0441\u0442\u0443 \u0456 \u0443\u0440\u0438\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u0432\u043c\u0456\u0441\u0442 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wp\/v2\/tvd_content_set"
                    }
                ]
            }
        },
        "\/wp\/v2\/tvd_content_set\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "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\u0443, \u044f\u043a\u0449\u043e \u0432\u0456\u043d \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0427\u0430\u0441 \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0406\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0445\u0438\u0441\u0442\u0443 \u0437\u043c\u0456\u0441\u0442\u0443 \u0456 \u0443\u0440\u0438\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u0432\u043c\u0456\u0441\u0442 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0427\u0438 \u0456\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0456 \u043f\u0440\u0438\u043c\u0443\u0441\u043e\u0432\u043e \u0432\u0438\u0434\u0430\u043b\u044f\u0442\u0438.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tvd_content_set\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0427\u0430\u0441 \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0406\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0445\u0438\u0441\u0442\u0443 \u0437\u043c\u0456\u0441\u0442\u0443 \u0456 \u0443\u0440\u0438\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u0432\u043c\u0456\u0441\u0442 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tvd_content_set\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/popupbuilder": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0438\u043c\u0438 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437\u043c\u0456\u043d\u0435\u043d\u0438\u043c\u0438 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0438\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437\u043c\u0456\u043d\u0435\u043d\u0438\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u043f\u0435\u0432\u043d\u0456 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0417\u0441\u0443\u0432 \u0432\u0438\u0431\u0456\u0440\u043a\u0438 \u043d\u0430 \u043f\u0435\u0432\u043d\u0435 \u0447\u0438\u0441\u043b\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0412\u043f\u043e\u0440\u044f\u0434\u043a\u0443\u0432\u0430\u0442\u0438 \u0441\u043e\u0440\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u0437\u0430 \u0437\u0440\u043e\u0441\u0442\u0430\u043d\u043d\u044f\u043c \u0430\u0431\u043e \u0441\u043f\u0430\u0434\u0430\u043d\u043d\u044f\u043c.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0441\u043b\u0430\u0491\u0430\u043c\u0438 (\u043e\u0434\u043d\u0438\u043c \u0430\u0431\u043e \u0431\u0456\u043b\u044c\u0448\u0435).",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0430\u043c\u0438 \u0437 \u043e\u0434\u043d\u0438\u043c \u0430\u0431\u043e \u0434\u0435\u043a\u0456\u043b\u044c\u043a\u043e\u043c\u0430 \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",
                                    "cf7pp-pending",
                                    "cf7pp-completed",
                                    "cf7pp-failed",
                                    "cf7pp-abandoned",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0427\u0430\u0441 \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0406\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0445\u0438\u0441\u0442\u0443 \u0437\u043c\u0456\u0441\u0442\u0443 \u0456 \u0443\u0440\u0438\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u0432\u043c\u0456\u0441\u0442 \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": {
                                "_mi_skip_tracking": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wp\/v2\/popupbuilder"
                    }
                ]
            }
        },
        "\/wp\/v2\/popupbuilder\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "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\u0443, \u044f\u043a\u0449\u043e \u0432\u0456\u043d \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0427\u0430\u0441 \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0406\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0445\u0438\u0441\u0442\u0443 \u0437\u043c\u0456\u0441\u0442\u0443 \u0456 \u0443\u0440\u0438\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u0432\u043c\u0456\u0441\u0442 \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": {
                                "_mi_skip_tracking": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0427\u0438 \u0456\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0456 \u043f\u0440\u0438\u043c\u0443\u0441\u043e\u0432\u043e \u0432\u0438\u0434\u0430\u043b\u044f\u0442\u0438.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/popupbuilder\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u0427\u0430\u0441 \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 \u0437\u0430\u043f\u0438\u0441\u0443, \u043f\u043e GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u0406\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "cf7pp-pending",
                                "cf7pp-completed",
                                "cf7pp-failed",
                                "cf7pp-abandoned"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u0445\u0438\u0441\u0442\u0443 \u0437\u043c\u0456\u0441\u0442\u0443 \u0456 \u0443\u0440\u0438\u0432\u043a\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a \u0432\u0456\u043d \u0456\u0441\u043d\u0443\u0454 \u0432 \u0431\u0430\u0437\u0456 \u0434\u0430\u043d\u0438\u0445.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0427\u0438 \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u0432\u043c\u0456\u0441\u0442 \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": {
                                "_mi_skip_tracking": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/popupbuilder\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0442\u0438\u043f\u0443 \u0437\u0430\u043f\u0438\u0441\u0438.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/statuses": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0441\u0442\u0430\u0442\u0443\u0441\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/taxonomies": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u044f\u043c\u0438 \u0430\u0441\u043e\u0446\u0456\u0439\u043e\u0432\u0430\u043d\u0438\u043c\u0438 \u0437 \u043f\u0435\u0432\u043d\u0438\u043c \u0442\u0438\u043f\u043e\u043c \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0456\u0457.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "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": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u043f\u0435\u0432\u043d\u0456 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\u0412\u043f\u043e\u0440\u044f\u0434\u043a\u0443\u0432\u0430\u0442\u0438 \u0441\u043e\u0440\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u0437\u0430 \u0437\u0440\u043e\u0441\u0442\u0430\u043d\u043d\u044f\u043c \u0430\u0431\u043e \u0441\u043f\u0430\u0434\u0430\u043d\u043d\u044f\u043c.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430\u043c \u0435\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": "\u0427\u0438 \u043f\u0440\u0438\u0445\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u043d\u0435 \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u0436\u043e\u0434\u043d\u043e\u043c\u0443 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0433\u0440\u0443\u043f\u0430\u043c\u0438 \u043f\u0435\u0432\u043d\u043e\u0433\u043e \u043f\u0440\u0435\u0434\u043a\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0433\u0440\u0443\u043f\u0430\u043c\u0438 \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u043c\u0438 \u043f\u0435\u0432\u043d\u043e\u043c\u0443 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0433\u0440\u0443\u043f\u0430\u043c\u0438 \u0437 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0441\u043b\u0430\u0491\u0430\u043c\u0438 (\u043e\u0434\u043d\u0438\u043c \u0430\u0431\u043e \u0431\u0456\u043b\u044c\u0448\u0435).",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML \u043e\u043f\u0438\u0441 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML \u043d\u0430\u0437\u0432\u0430 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0443\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0434\u043b\u044f \u0439\u043e\u0433\u043e \u0442\u0438\u043f\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "ID \u0431\u0430\u0442\u044c\u043a\u0456\u0432\u0441\u044c\u043a\u043e\u0433\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML \u043e\u043f\u0438\u0441 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML \u043d\u0430\u0437\u0432\u0430 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0443\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0434\u043b\u044f \u0439\u043e\u0433\u043e \u0442\u0438\u043f\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "ID \u0431\u0430\u0442\u044c\u043a\u0456\u0432\u0441\u044c\u043a\u043e\u0433\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "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\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u041f\u043e\u0432\u0438\u043d\u043d\u043e \u0431\u0443\u0442\u0438 \u0456\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u044f\u043a \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u044e\u0442\u044c \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \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": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u043f\u0435\u0432\u043d\u0456 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0417\u0441\u0443\u0432 \u0432\u0438\u0431\u0456\u0440\u043a\u0438 \u043d\u0430 \u043f\u0435\u0432\u043d\u0435 \u0447\u0438\u0441\u043b\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0412\u043f\u043e\u0440\u044f\u0434\u043a\u0443\u0432\u0430\u0442\u0438 \u0441\u043e\u0440\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u0437\u0430 \u0437\u0440\u043e\u0441\u0442\u0430\u043d\u043d\u044f\u043c \u0430\u0431\u043e \u0441\u043f\u0430\u0434\u0430\u043d\u043d\u044f\u043c.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430\u043c \u0435\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": "\u0427\u0438 \u043f\u0440\u0438\u0445\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u043d\u0435 \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u0436\u043e\u0434\u043d\u043e\u043c\u0443 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0433\u0440\u0443\u043f\u0430\u043c\u0438 \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u043c\u0438 \u043f\u0435\u0432\u043d\u043e\u043c\u0443 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0433\u0440\u0443\u043f\u0430\u043c\u0438 \u0437 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0441\u043b\u0430\u0491\u0430\u043c\u0438 (\u043e\u0434\u043d\u0438\u043c \u0430\u0431\u043e \u0431\u0456\u043b\u044c\u0448\u0435).",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML \u043e\u043f\u0438\u0441 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML \u043d\u0430\u0437\u0432\u0430 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0443\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0434\u043b\u044f \u0439\u043e\u0433\u043e \u0442\u0438\u043f\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML \u043e\u043f\u0438\u0441 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML \u043d\u0430\u0437\u0432\u0430 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0443\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0434\u043b\u044f \u0439\u043e\u0433\u043e \u0442\u0438\u043f\u0443.",
                            "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\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u041f\u043e\u0432\u0438\u043d\u043d\u043e \u0431\u0443\u0442\u0438 \u0456\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u044f\u043a \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u044e\u0442\u044c \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \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": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u043f\u0435\u0432\u043d\u0456 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0417\u0441\u0443\u0432 \u0432\u0438\u0431\u0456\u0440\u043a\u0438 \u043d\u0430 \u043f\u0435\u0432\u043d\u0435 \u0447\u0438\u0441\u043b\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0412\u043f\u043e\u0440\u044f\u0434\u043a\u0443\u0432\u0430\u0442\u0438 \u0441\u043e\u0440\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u0437\u0430 \u0437\u0440\u043e\u0441\u0442\u0430\u043d\u043d\u044f\u043c \u0430\u0431\u043e \u0441\u043f\u0430\u0434\u0430\u043d\u043d\u044f\u043c.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430\u043c \u0435\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": "\u0427\u0438 \u043f\u0440\u0438\u0445\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u043d\u0435 \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u0436\u043e\u0434\u043d\u043e\u043c\u0443 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0433\u0440\u0443\u043f\u0430\u043c\u0438 \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u043c\u0438 \u043f\u0435\u0432\u043d\u043e\u043c\u0443 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0433\u0440\u0443\u043f\u0430\u043c\u0438 \u0437 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0441\u043b\u0430\u0491\u0430\u043c\u0438 (\u043e\u0434\u043d\u0438\u043c \u0430\u0431\u043e \u0431\u0456\u043b\u044c\u0448\u0435).",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML \u043e\u043f\u0438\u0441 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML \u043d\u0430\u0437\u0432\u0430 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0443\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0434\u043b\u044f \u0439\u043e\u0433\u043e \u0442\u0438\u043f\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "\u041c\u0456\u0441\u0446\u044f, \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u043c\u0435\u043d\u044e.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "Whether to automatically add top level pages to this menu.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML \u043e\u043f\u0438\u0441 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML \u043d\u0430\u0437\u0432\u0430 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0443\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0434\u043b\u044f \u0439\u043e\u0433\u043e \u0442\u0438\u043f\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "\u041c\u0456\u0441\u0446\u044f, \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u043c\u0435\u043d\u044e.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "Whether to automatically add top level pages to this menu.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u041f\u043e\u0432\u0438\u043d\u043d\u043e \u0431\u0443\u0442\u0438 \u0456\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u044f\u043a \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u044e\u0442\u044c \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \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": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u043f\u0435\u0432\u043d\u0456 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0417\u0441\u0443\u0432 \u0432\u0438\u0431\u0456\u0440\u043a\u0438 \u043d\u0430 \u043f\u0435\u0432\u043d\u0435 \u0447\u0438\u0441\u043b\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0412\u043f\u043e\u0440\u044f\u0434\u043a\u0443\u0432\u0430\u0442\u0438 \u0441\u043e\u0440\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u0437\u0430 \u0437\u0440\u043e\u0441\u0442\u0430\u043d\u043d\u044f\u043c \u0430\u0431\u043e \u0441\u043f\u0430\u0434\u0430\u043d\u043d\u044f\u043c.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u044e \u043f\u043e \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430\u043c \u0435\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": "\u0427\u0438 \u043f\u0440\u0438\u0445\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u043d\u0435 \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u0436\u043e\u0434\u043d\u043e\u043c\u0443 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0433\u0440\u0443\u043f\u0430\u043c\u0438 \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u043c\u0438 \u043f\u0435\u0432\u043d\u043e\u043c\u0443 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0433\u0440\u0443\u043f\u0430\u043c\u0438 \u0437 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0441\u043b\u0430\u0491\u0430\u043c\u0438 (\u043e\u0434\u043d\u0438\u043c \u0430\u0431\u043e \u0431\u0456\u043b\u044c\u0448\u0435).",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML \u043e\u043f\u0438\u0441 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML \u043d\u0430\u0437\u0432\u0430 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0443\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0434\u043b\u044f \u0439\u043e\u0433\u043e \u0442\u0438\u043f\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML \u043e\u043f\u0438\u0441 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML \u043d\u0430\u0437\u0432\u0430 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0411\u0443\u043a\u0432\u0435\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0443\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0434\u043b\u044f \u0439\u043e\u0433\u043e \u0442\u0438\u043f\u0443.",
                            "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\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u041f\u043e\u0432\u0438\u043d\u043d\u043e \u0431\u0443\u0442\u0438 \u0456\u0441\u0442\u0438\u043d\u043d\u043e, \u0442\u0430\u043a \u044f\u043a \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u044e\u0442\u044c \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \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": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u043f\u0435\u0432\u043d\u0456 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0417\u0441\u0443\u0432 \u0432\u0438\u0431\u0456\u0440\u043a\u0438 \u043d\u0430 \u043f\u0435\u0432\u043d\u0435 \u0447\u0438\u0441\u043b\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "\u0412\u043f\u043e\u0440\u044f\u0434\u043a\u0443\u0432\u0430\u0442\u0438 \u0441\u043e\u0440\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u0437\u0430 \u0437\u0440\u043e\u0441\u0442\u0430\u043d\u043d\u044f\u043c \u0430\u0431\u043e \u0441\u043f\u0430\u0434\u0430\u043d\u043d\u044f\u043c.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "\u0421\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u044e \u0437\u0430 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u043e\u043c \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date",
                                "slug",
                                "include_slugs",
                                "email",
                                "url"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430\u043c\u0438 \u0437 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0441\u043b\u0430\u0491\u0430\u043c\u0438 (\u043e\u0434\u043d\u0438\u043c \u0430\u0431\u043e \u0431\u0456\u043b\u044c\u0448\u0435).",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "roles": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430\u043c\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u044e\u0447\u0438\u043c\u0438 \u044f\u043a\u043d\u0430\u0439\u043c\u0435\u043d\u0448 \u043e\u0434\u043d\u0456\u0439 \u043f\u0435\u0432\u043d\u0456\u0439 \u0440\u043e\u043b\u0456. \u0414\u043e\u043f\u0443\u0441\u043a\u0430\u0454\u0442\u044c\u0441\u044f CSV \u0441\u043f\u0438\u0441\u043e\u043a \u0430\u0431\u043e \u043e\u0434\u043d\u0430 \u0440\u043e\u043b\u044c.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "capabilities": {
                            "description": "Limit result set to users matching at least one specific capability provided. Accepts csv list or single capability.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "who": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430\u043c\u0438, \u044f\u043a\u0456 \u0432\u0432\u0430\u0436\u0430\u044e\u0442\u044c\u0441\u044f \u0430\u0432\u0442\u043e\u0440\u0430\u043c\u0438.",
                            "type": "string",
                            "enum": [
                                "authors"
                            ],
                            "required": false
                        },
                        "has_published_posts": {
                            "description": "Limit result set to users who have published posts.",
                            "type": [
                                "boolean",
                                "array"
                            ],
                            "items": {
                                "type": "string",
                                "enum": {
                                    "post": "post",
                                    "page": "page",
                                    "attachment": "attachment",
                                    "nav_menu_item": "nav_menu_item",
                                    "wp_block": "wp_block",
                                    "wp_template": "wp_template",
                                    "wp_template_part": "wp_template_part",
                                    "wp_global_styles": "wp_global_styles",
                                    "wp_navigation": "wp_navigation",
                                    "wp_font_family": "wp_font_family",
                                    "wp_font_face": "wp_font_face",
                                    "tvd_content_set": "tvd_content_set",
                                    "popupbuilder": "popupbuilder"
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "username": {
                            "description": "\u0406\u043c'\u044f \u0432\u0445\u043e\u0434\u0443 \u0434\u043b\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "required": true
                        },
                        "name": {
                            "description": "\u0406\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0434\u043b\u044f \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u0406\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u041f\u0440\u0456\u0437\u0432\u0438\u0449\u0435 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "EMail \u0430\u0434\u0440\u0435\u0441\u0430 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "format": "email",
                            "required": true
                        },
                        "url": {
                            "description": "URL \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "\u041e\u043f\u0438\u0441 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "\u041b\u043e\u043a\u0430\u043b\u044c \u0434\u043b\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "uk"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "\u041d\u0456\u043a \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0410\u043b\u0444\u0430\u0432\u0456\u0442\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "\u0420\u043e\u043b\u0456 \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0435\u0432\u0456.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 (\u043d\u0456\u043a\u043e\u043b\u0438 \u043d\u0435 \u043f\u043e\u043a\u0430\u0437\u0443\u0454\u0442\u044c\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": "The date and time the preferences were updated.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "username": {
                            "description": "\u0406\u043c'\u044f \u0432\u0445\u043e\u0434\u0443 \u0434\u043b\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u0406\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0434\u043b\u044f \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u0406\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u041f\u0440\u0456\u0437\u0432\u0438\u0449\u0435 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "EMail \u0430\u0434\u0440\u0435\u0441\u0430 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "URL \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "\u041e\u043f\u0438\u0441 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "\u041b\u043e\u043a\u0430\u043b\u044c \u0434\u043b\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "uk"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "\u041d\u0456\u043a \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0410\u043b\u0444\u0430\u0432\u0456\u0442\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "\u0420\u043e\u043b\u0456 \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0435\u0432\u0456.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 (\u043d\u0456\u043a\u043e\u043b\u0438 \u043d\u0435 \u043f\u043e\u043a\u0430\u0437\u0443\u0454\u0442\u044c\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": "The date and time the preferences were updated.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u041f\u043e\u0432\u0438\u043d\u043d\u043e \u0431\u0443\u0442\u0438 \u0456\u0441\u0442\u0438\u043d\u043d\u0438\u043c, \u0442\u0430\u043a \u044f\u043a \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456\u0432 \u043d\u0435 \u043c\u043e\u0436\u043d\u0430 \u043f\u0435\u0440\u0435\u043c\u0456\u0441\u0442\u0438\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "\u041f\u0435\u0440\u0435\u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u0456 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0456 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u0446\u0435\u0439 ID \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/me": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "username": {
                            "description": "\u0406\u043c'\u044f \u0432\u0445\u043e\u0434\u0443 \u0434\u043b\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u0406\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0434\u043b\u044f \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u0406\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u041f\u0440\u0456\u0437\u0432\u0438\u0449\u0435 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "EMail \u0430\u0434\u0440\u0435\u0441\u0430 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "URL \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "\u041e\u043f\u0438\u0441 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "\u041b\u043e\u043a\u0430\u043b\u044c \u0434\u043b\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "uk"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "\u041d\u0456\u043a \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0410\u043b\u0444\u0430\u0432\u0456\u0442\u043d\u043e-\u0446\u0438\u0444\u0440\u043e\u0432\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "\u0420\u043e\u043b\u0456 \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0435\u0432\u0456.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 (\u043d\u0456\u043a\u043e\u043b\u0438 \u043d\u0435 \u043f\u043e\u043a\u0430\u0437\u0443\u0454\u0442\u044c\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": "The date and time the preferences were updated.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u041f\u043e\u0432\u0438\u043d\u043d\u043e \u0431\u0443\u0442\u0438 \u0456\u0441\u0442\u0438\u043d\u043d\u0438\u043c, \u0442\u0430\u043a \u044f\u043a \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456\u0432 \u043d\u0435 \u043c\u043e\u0436\u043d\u0430 \u043f\u0435\u0440\u0435\u043c\u0456\u0441\u0442\u0438\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "\u041f\u0435\u0440\u0435\u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u0456 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0456 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u0446\u0435\u0439 ID \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "app_id": {
                            "description": "UUID \u043d\u0430\u0434\u0430\u043d\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043e\u044e, \u0434\u043b\u044f \u0442\u043e\u0447\u043d\u043e\u0457 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u0457. \u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u043e\u0432\u0430\u043d\u043e \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 UUID v5 \u0440\u0430\u0437\u043e\u043c \u0456\u0437 URL \u0430\u0431\u043e \u043f\u0440\u043e\u0441\u0442\u043e\u0440\u043e\u043c \u0456\u043c\u0435\u043d DNS.",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "\u041d\u0430\u0437\u0432\u0430 \u043f\u0430\u0440\u043e\u043b\u044e \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u043d\u043a\u0443.",
                            "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": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "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": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "app_id": {
                            "description": "UUID \u043d\u0430\u0434\u0430\u043d\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043e\u044e, \u0434\u043b\u044f \u0442\u043e\u0447\u043d\u043e\u0457 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u0457. \u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u043e\u0432\u0430\u043d\u043e \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 UUID v5 \u0440\u0430\u0437\u043e\u043c \u0456\u0437 URL \u0430\u0431\u043e \u043f\u0440\u043e\u0441\u0442\u043e\u0440\u043e\u043c \u0456\u043c\u0435\u043d DNS.",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "\u041d\u0430\u0437\u0432\u0430 \u043f\u0430\u0440\u043e\u043b\u044e \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u043d\u043a\u0443.",
                            "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": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0438\u043c\u0438 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f\u043c\u0438 \u0449\u043e \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u043f\u0435\u0432\u043d\u043e\u043c\u0443 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0443 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430. \u041d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u0430 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0456\u044f.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0442\u0438\u0441\u044f \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456 \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u043f\u0435\u0432\u043d\u043e\u043c\u0443 ID \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430. \u0412\u0438\u043c\u0430\u0433\u0430\u0454 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0456\u0457.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_email": {
                            "default": null,
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043f\u0435\u0432\u043d\u043e\u044e e-mail \u0430\u0434\u0440\u0435\u0441\u043e\u044e \u0430\u0432\u0442\u043e\u0440\u0430. \u041d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u0430 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0456\u044f.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "before": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f\u043c\u0438 \u043e\u043f\u0443\u0431\u043b\u0456\u043a\u043e\u0432\u0430\u043d\u0438\u043c\u0438 \u0434\u043e \u0437\u0430\u0434\u0430\u043d\u043e\u0457 ISO8601 \u0441\u0443\u043c\u0456\u0441\u043d\u043e\u0457 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u043f\u0435\u0432\u043d\u0456 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u0417\u0441\u0443\u0432 \u0432\u0438\u0431\u0456\u0440\u043a\u0438 \u043d\u0430 \u043f\u0435\u0432\u043d\u0435 \u0447\u0438\u0441\u043b\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0412\u043f\u043e\u0440\u044f\u0434\u043a\u0443\u0432\u0430\u0442\u0438 \u0441\u043e\u0440\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u0437\u0430 \u0437\u0440\u043e\u0441\u0442\u0430\u043d\u043d\u044f\u043c \u0430\u0431\u043e \u0441\u043f\u0430\u0434\u0430\u043d\u043d\u044f\u043c.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u0421\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u044e \u0437\u0430 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u043e\u043c \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "post",
                                "parent",
                                "type"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": [],
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f\u043c\u0438 \u0437 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0431\u0430\u0442\u044c\u043a\u0456\u0432\u0441\u044c\u043a\u0438\u043c\u0438 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_exclude": {
                            "default": [],
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0442\u0438\u0441\u044f \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u043f\u0435\u0432\u043d\u0456 \u0431\u0430\u0442\u044c\u043a\u0456\u0432\u0441\u044c\u043a\u0456 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "post": {
                            "default": [],
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f\u043c\u0438 \u0449\u043e \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0456 \u043f\u0435\u0432\u043d\u0438\u043c \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c \u0437\u0430\u043f\u0438\u0441\u0456\u0432.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approve",
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f\u043c\u0438 \u043f\u0435\u0432\u043d\u043e\u0433\u043e \u0441\u0442\u0430\u0442\u0443\u0441\u0443. \u041d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u0430 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0456\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "comment",
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f\u043c\u0438 \u043f\u0435\u0432\u043d\u043e\u0433\u043e \u0442\u0438\u043f\u0443. \u041d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u0430 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0456\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443, \u044f\u043a\u0449\u043e \u0432\u0456\u043d \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u0435\u043c.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "author": {
                            "description": "\u0406\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u043e\u0431'\u0454\u043a\u0442\u0430 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430, \u044f\u043a\u0449\u043e \u0430\u0432\u0442\u043e\u0440\u043e\u043c \u0431\u0443\u0432 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "E-mail \u0430\u0434\u0440\u0435\u0441\u0430 \u0430\u0432\u0442\u043e\u0440\u0430 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "IP \u0430\u0434\u0440\u0435\u0441\u0430 \u0430\u0432\u0442\u043e\u0440\u0430 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "\u0406\u043c'\u044f \u0434\u043b\u044f \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0430\u0432\u0442\u043e\u0440\u0430 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "URL \u0434\u043b\u044f \u0430\u0432\u0442\u043e\u0440\u0430 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "\u0417\u043d\u0430\u0447\u0435\u043d\u043d\u044f User agent \u0430\u0432\u0442\u043e\u0440\u0430 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the comment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the comment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "The date the comment was published, in the site's timezone.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the comment was published, as GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "The ID for the parent of the comment.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "default": 0,
                            "description": "ID \u0430\u0441\u043e\u0446\u0456\u0439\u043e\u0432\u0430\u043d\u043e\u0433\u043e \u043e\u0431'\u0454\u043a\u0442\u0430 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "\u0421\u0442\u0430\u043d \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u041c\u0435\u0442\u0430 \u043f\u043e\u043b\u044f.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0431\u0430\u0442\u044c\u043a\u0456\u0432\u0441\u044c\u043a\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0441\u0443 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f (\u044f\u043a\u0449\u043e \u0437\u0430\u043f\u0438\u0441 \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u043e \u043f\u0430\u0440\u043e\u043b\u0435\u043c).",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "author": {
                            "description": "\u0406\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u043e\u0431'\u0454\u043a\u0442\u0430 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430, \u044f\u043a\u0449\u043e \u0430\u0432\u0442\u043e\u0440\u043e\u043c \u0431\u0443\u0432 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "E-mail \u0430\u0434\u0440\u0435\u0441\u0430 \u0430\u0432\u0442\u043e\u0440\u0430 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "IP \u0430\u0434\u0440\u0435\u0441\u0430 \u0430\u0432\u0442\u043e\u0440\u0430 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "\u0406\u043c'\u044f \u0434\u043b\u044f \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0430\u0432\u0442\u043e\u0440\u0430 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "URL \u0434\u043b\u044f \u0430\u0432\u0442\u043e\u0440\u0430 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "\u0417\u043d\u0430\u0447\u0435\u043d\u043d\u044f User agent \u0430\u0432\u0442\u043e\u0440\u0430 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u0412\u043c\u0456\u0441\u0442 \u0434\u043b\u044f \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the comment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the comment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "The date the comment was published, in the site's timezone.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the comment was published, as GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "description": "The ID for the parent of the comment.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "ID \u0430\u0441\u043e\u0446\u0456\u0439\u043e\u0432\u0430\u043d\u043e\u0433\u043e \u043e\u0431'\u0454\u043a\u0442\u0430 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "\u0421\u0442\u0430\u043d \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\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\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u0427\u0438 \u0456\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438 \u043f\u0435\u0440\u0435\u043c\u0456\u0449\u0435\u043d\u043d\u044f \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443 \u0456 \u043f\u0440\u0438\u043c\u0443\u0441\u043e\u0432\u043e \u0432\u0438\u0434\u0430\u043b\u044f\u0442\u0438.",
                            "required": false
                        },
                        "password": {
                            "description": "\u041f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0431\u0430\u0442\u044c\u043a\u0456\u0432\u0441\u044c\u043a\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0441\u0443 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f (\u044f\u043a\u0449\u043e \u0437\u0430\u043f\u0438\u0441 \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u043e \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": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "post",
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438 \u0442\u0438\u043f\u0443 \u043e\u0431'\u0454\u043a\u0442\u0430.",
                            "type": "string",
                            "enum": [
                                "post",
                                "term",
                                "post-format"
                            ],
                            "required": false
                        },
                        "subtype": {
                            "default": "any",
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043d\u0430 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u0430\u0431\u043e \u0434\u0435\u043a\u0456\u043b\u044c\u043a\u043e\u0445 \u043f\u0456\u0434\u0442\u0438\u043f\u0456\u0432 \u043e\u0431&#39;\u0454\u043a\u0442\u0456\u0432.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post",
                                    "page",
                                    "popupbuilder",
                                    "category",
                                    "post_tag",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude": {
                            "description": "\u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044c \u0449\u043e \u0432\u0438\u0431\u0456\u0440\u043a\u0430 \u0432\u0438\u043a\u043b\u044e\u0447\u0430\u0454 \u043f\u0435\u0432\u043d\u0456 ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u043f\u0435\u0432\u043d\u0438\u043c\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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\u0456\u043a\u0430\u043b\u044c\u043d\u0435, \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u0435 \u0434\u043b\u044f \u0431\u043b\u043e\u043a\u0443 \u0456\u043c'\u044f.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438 \u0434\u043b\u044f \u0431\u043b\u043e\u043a\u0443.",
                            "type": "object",
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID \u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442\u0443 \u0437\u0430\u043f\u0438\u0441\u0443.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "\u041f\u0440\u043e\u0441\u0442\u0456\u0440 \u0456\u043c\u0435\u043d \u0431\u043b\u043e\u043a\u0443.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "\u041f\u0440\u043e\u0441\u0442\u0456\u0440 \u0456\u043c\u0435\u043d \u0431\u043b\u043e\u043a\u0443.",
                            "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": "\u041d\u0430\u0437\u0432\u0430 \u0431\u043b\u043e\u043a\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "namespace": {
                            "description": "\u041f\u0440\u043e\u0441\u0442\u0456\u0440 \u0456\u043c\u0435\u043d \u0431\u043b\u043e\u043a\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/settings": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "title": {
                            "title": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a",
                            "description": "\u041d\u0430\u0437\u0432\u0430 \u0441\u0430\u0439\u0442\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "title": "\u041a\u043b\u044e\u0447\u043e\u0432\u0430 \u0444\u0440\u0430\u0437\u0430",
                            "description": "\u0413\u0430\u0441\u043b\u043e \u0441\u0430\u0439\u0442\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "url": {
                            "title": "",
                            "description": "\u0410\u0434\u0440\u0435\u0441\u0430 \u0441\u0430\u0439\u0442\u0443 (URL)",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "email": {
                            "title": "",
                            "description": "\u0426\u044f \u0430\u0434\u0440\u0435\u0441\u0430 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f \u0432 \u0446\u0456\u043b\u044f\u0445 \u0430\u0434\u043c\u0456\u043d\u0456\u0441\u0442\u0440\u0443\u0432\u0430\u043d\u043d\u044f. \u041d\u0430\u043f\u0440\u0438\u043a\u043b\u0430\u0434, \u0434\u043b\u044f \u0441\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u044c \u043f\u0440\u043e \u043d\u043e\u0432\u0438\u0445 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456\u0432.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "timezone": {
                            "title": "",
                            "description": "\u041c\u0456\u0441\u0442\u043e \u0432 \u0442\u0456\u0439 \u0436\u0435 \u0447\u0430\u0441\u043e\u0432\u0456\u0439 \u0437\u043e\u043d\u0456 \u0449\u043e \u0456 \u0443 \u0432\u0430\u0441.",
                            "type": "string",
                            "required": false
                        },
                        "date_format": {
                            "title": "",
                            "description": "\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0438\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0434\u0430\u0442\u0438.",
                            "type": "string",
                            "required": false
                        },
                        "time_format": {
                            "title": "",
                            "description": "\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0438\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0447\u0430\u0441\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "start_of_week": {
                            "title": "",
                            "description": "\u041f\u0435\u0440\u0448\u0438\u0439 \u0434\u0435\u043d\u044c \u0442\u0438\u0436\u043d\u044f.",
                            "type": "integer",
                            "required": false
                        },
                        "language": {
                            "title": "",
                            "description": "\u041a\u043e\u0434 \u043b\u043e\u043a\u0430\u043b\u0456 WordPress.",
                            "type": "string",
                            "required": false
                        },
                        "use_smilies": {
                            "title": "",
                            "description": "\u041f\u0435\u0440\u0435\u0442\u0432\u043e\u0440\u044e\u0432\u0430\u0442\u0438 \u0441\u043c\u0430\u0439\u043b\u0438\u043a\u0438 \u043d\u0430 \u0437\u0440\u0430\u0437\u043e\u043a :-) \u0456 :-P \u0432 \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0438 \u043f\u0440\u0438 \u043f\u043e\u043a\u0430\u0437\u0456.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_category": {
                            "title": "",
                            "description": "\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0456\u044f \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0456\u0432 \u0437\u0430 \u0437\u0430\u043c\u043e\u0432\u0447\u0443\u0432\u0430\u043d\u043d\u044f\u043c.",
                            "type": "integer",
                            "required": false
                        },
                        "default_post_format": {
                            "title": "",
                            "description": "\u0424\u043e\u0440\u043c\u0430\u0442 \u0437\u0430\u043f\u0438\u0441\u0456\u0432 \u0437\u0430 \u0437\u0430\u043c\u043e\u0432\u0447\u0443\u0432\u0430\u043d\u043d\u044f\u043c.",
                            "type": "string",
                            "required": false
                        },
                        "posts_per_page": {
                            "title": "Maximum posts per page",
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0443\u043c \u0441\u0442\u043e\u0440\u0456\u043d\u043e\u043a \u0431\u043b\u043e\u0433\u0443 \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0443.",
                            "type": "integer",
                            "required": false
                        },
                        "show_on_front": {
                            "title": "Show on front",
                            "description": "What to show on the front page",
                            "type": "string",
                            "required": false
                        },
                        "page_on_front": {
                            "title": "Page on front",
                            "description": "The ID of the page that should be displayed on the front page",
                            "type": "integer",
                            "required": false
                        },
                        "page_for_posts": {
                            "title": "",
                            "description": "The ID of the page that should display the latest posts",
                            "type": "integer",
                            "required": false
                        },
                        "default_ping_status": {
                            "title": "",
                            "description": "\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043e\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f \u0437 \u0456\u043d\u0448\u0438\u0445 \u0431\u043b\u043e\u0433\u0456\u0432 (\u0441\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f \u0456 \u0437\u0432\u043e\u0440\u043e\u0442\u043d\u0456 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f) \u043d\u0430 \u043d\u043e\u0432\u0456 \u0441\u0442\u0430\u0442\u0442\u0456.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "default_comment_status": {
                            "title": "Allow comments on new posts",
                            "description": "\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u0437\u0430\u043b\u0438\u0448\u0430\u0442\u0438 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456 \u0434\u043e \u043d\u043e\u0432\u0438\u0445 \u0437\u0430\u043f\u0438\u0441\u0456\u0432.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "site_logo": {
                            "title": "\u041b\u043e\u0433\u043e",
                            "description": "\u041b\u043e\u0433\u043e\u0442\u0438\u043f \u0441\u0430\u0439\u0442\u0443.",
                            "type": "integer",
                            "required": false
                        },
                        "site_icon": {
                            "title": "Icon",
                            "description": "\u0406\u043a\u043e\u043d\u043a\u0430 \u0441\u0430\u0439\u0442\u0443.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wp\/v2\/settings"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "\u0413\u0440\u0430\u043d\u0438\u0447\u043d\u0438\u0439 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442, \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u0434\u043b\u044f \u0442\u0435\u043c, \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u0434\u043b\u044f \u043e\u0434\u043d\u043e\u0433\u043e \u0430\u0431\u043e \u0434\u0435\u043a\u0456\u043b\u044c\u043a\u043e\u0445 \u0441\u0442\u0430\u0442\u0443\u0441\u0456\u0432.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "active",
                                    "inactive"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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\u044f \u0441\u0442\u0438\u043b\u0456\u0432 \u0442\u0435\u043c\u0438, \u0449\u043e \u043e\u0434\u043d\u043e\u0437\u043d\u0430\u0447\u043d\u043e \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u0442\u0435\u043c\u0443.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/plugins": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043b\u0430\u0433\u0456\u043d\u0430\u043c\u0438 \u0437 \u0437\u0430\u0434\u0430\u043d\u0438\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": "\u0427\u0430\u0441\u0442\u0438\u043d\u0430 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043f\u043b\u0430\u0433\u0456\u043d\u0443 \u0432 \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0456\u0457 WordPress.org",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0456\u0457 \u043f\u043b\u0430\u0433\u0456\u043d\u0443.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "default": "inactive",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "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\u0456\u0457 \u043f\u043b\u0430\u0433\u0456\u043d\u0443.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "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": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wp\/v2\/sidebars"
                    }
                ]
            }
        },
        "\/wp\/v2\/sidebars\/(?P<id>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a registered sidebar",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "widgets": {
                            "description": "\u0412\u043a\u043b\u0430\u0434\u0435\u043d\u0456 \u0432\u0456\u0434\u0436\u0435\u0442\u0438.",
                            "type": "array",
                            "items": {
                                "type": [
                                    "object",
                                    "string"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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": "ID \u0442\u0438\u043f\u0443 \u0432\u0456\u0434\u0436\u0435\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "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": "ID \u0442\u0438\u043f\u0443 \u0432\u0456\u0434\u0436\u0435\u0442\u0430.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Current instance settings of the widget.",
                            "type": "object",
                            "required": false
                        },
                        "form_data": {
                            "description": "Serialized widget form data to encode into instance settings.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)\/render": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "ID \u0442\u0438\u043f\u0443 \u0432\u0456\u0434\u0436\u0435\u0442\u0430.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Current instance settings of the widget.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widgets": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "sidebar": {
                            "description": "The sidebar to return widgets for.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0432\u0456\u0434\u0436\u0435\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "The type of the widget. Corresponds to ID in widget-types endpoint.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "default": "wp_inactive_widgets",
                            "description": "\u0411\u0456\u0447\u043d\u0430 \u043a\u043e\u043b\u043e\u043d\u043a\u0430, \u0434\u043e \u044f\u043a\u043e\u0457 \u043d\u0430\u043b\u0435\u0436\u0438\u0442\u044c \u0432\u0456\u0434\u0436\u0435\u0442.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Instance settings of the widget, if supported.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Base64 encoded representation of the instance settings.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Cryptographic hash of the instance settings.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Unencoded instance settings, if supported.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "URL-encoded form data from the widget admin form. Used to update a widget that does not support instance. Write only.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0423\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u0434\u043b\u044f \u0432\u0456\u0434\u0436\u0435\u0442\u0430.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "The type of the widget. Corresponds to ID in widget-types endpoint.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "description": "\u0411\u0456\u0447\u043d\u0430 \u043a\u043e\u043b\u043e\u043d\u043a\u0430, \u0434\u043e \u044f\u043a\u043e\u0457 \u043d\u0430\u043b\u0435\u0436\u0438\u0442\u044c \u0432\u0456\u0434\u0436\u0435\u0442.",
                            "type": "string",
                            "required": false
                        },
                        "instance": {
                            "description": "Instance settings of the widget, if supported.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Base64 encoded representation of the instance settings.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Cryptographic hash of the instance settings.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Unencoded instance settings, if supported.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "URL-encoded form data from the widget admin form. Used to update a widget that does not support instance. Write only.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "force": {
                            "description": "Whether to force removal of the widget, or move it to the inactive sidebar.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-directory\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "term": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0442\u0435 \u043d\u0430\u0431\u0456\u0440 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432 \u0431\u043b\u043e\u043a\u0430\u043c\u0438, \u0449\u043e \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u044e\u0442\u044c \u043f\u043e\u0448\u0443\u043a\u043e\u0432\u043e\u043c\u0443 \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "minLength": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wp\/v2\/block-directory\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/pattern-directory\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e \u0437\u0430\u043f\u0438\u0442\u0443.",
                            "type": "string",
                            "minLength": 1,
                            "required": false
                        },
                        "category": {
                            "description": "Limit results to those matching a category ID.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "keyword": {
                            "description": "Limit results to those matching a keyword ID.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "slug": {
                            "description": "\u041e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0432\u0438\u0431\u0456\u0440\u043a\u0443 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043c\u0438, \u044f\u043a\u0456 \u0437\u0431\u0456\u0433\u0430\u044e\u0442\u044c\u0441\u044f \u0437 \u043f\u0430n\u0442\u0435\u0440\u043d\u043e\u043c (\u0447\u0430\u0441\u0442\u0438\u043d\u043e\u044e \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f).",
                            "type": "array",
                            "required": false
                        },
                        "offset": {
                            "description": "\u0417\u0441\u0443\u0432 \u0432\u0438\u0431\u0456\u0440\u043a\u0438 \u043d\u0430 \u043f\u0435\u0432\u043d\u0435 \u0447\u0438\u0441\u043b\u043e \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u0412\u043f\u043e\u0440\u044f\u0434\u043a\u0443\u0432\u0430\u0442\u0438 \u0441\u043e\u0440\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 \u0437\u0430 \u0437\u0440\u043e\u0441\u0442\u0430\u043d\u043d\u044f\u043c \u0430\u0431\u043e \u0441\u043f\u0430\u0434\u0430\u043d\u043d\u044f\u043c.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "favorite_count"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/wp-json\/wp-block-editor\/v1"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1\/url-details": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "The URL to process.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wp-block-editor\/v1\/url-details"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wp\/v2\/menu-locations"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations\/(?P<location>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "An alphanumeric identifier for the menu location.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "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:\/\/tmachula.com\/ua\/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:\/\/tmachula.com\/ua\/wp-json\/wp-block-editor\/v1\/navigation-fallback"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0456\u0457.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0456\u0432 \u0443 \u043d\u0430\u0431\u043e\u0440\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/tmachula.com\/ua\/wp-json\/wp\/v2\/font-collections"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections\/(?P<slug>[\\\/\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0442\u0443; \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u043b\u044f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        }
    },
    "site_logo": 159,
    "site_icon": 160,
    "site_icon_url": "https:\/\/tmachula.com\/wp-content\/uploads\/2021\/11\/favicon.png",
    "_links": {
        "help": [
            {
                "href": "https:\/\/developer.wordpress.org\/rest-api\/"
            }
        ],
        "wp:featuredmedia": [
            {
                "embeddable": true,
                "type": "site_logo",
                "href": "https:\/\/tmachula.com\/ua\/wp-json\/wp\/v2\/media\/159"
            },
            {
                "embeddable": true,
                "type": "site_icon",
                "href": "https:\/\/tmachula.com\/ua\/wp-json\/wp\/v2\/media\/160"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}